mirror of https://git.FreeBSD.org/ports.git
news/newsstar: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
abb25c9485
commit
6e3a9cc9b1
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= newsstar
|
||||
PORTVERSION= 1.5.6
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -21,6 +21,7 @@ IGNORE_SSL_REASON=GPL linking exeption only provided for OpenSSL
|
|||
SHEBANG_FILES= newsstar.in
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CONFIGURE_ARGS+=--disable-chown \
|
||||
--with-conf-dir=${PREFIX}/etc/newsstar \
|
||||
--with-rc-dir=/var/spool/newsstar/lib \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
@postexec d=/var/spool/newsstar/lib ; test -d "$d" || install -d -onews -gnews -m0750 "$d"
|
||||
@postexec d="%D/%%ETCDIR%%" ; test -d "$d" || install -d -o0 -g0 -m0755 "$d"
|
||||
bin/newsstar
|
||||
man/man1/newsstar.1.gz
|
||||
libexec/newsstar/newsstar.bin
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
|
@ -31,6 +30,7 @@ libexec/newsstar/newsstar.bin
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/master.ignore.sample
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/master.score.sample
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newsrc.sample
|
||||
share/man/man1/newsstar.1.gz
|
||||
@dir(news,news,750) /var/spool/newsstar/incoming
|
||||
@dir(news,news,750) /var/spool/newsstar/lib
|
||||
@dir /var/spool/newsstar
|
||||
|
|
Loading…
Reference in New Issue