mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/lmtp2nntp: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c6884539a6
commit
0a3a149056
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= lmtp2nntp
|
PORTNAME= lmtp2nntp
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail news
|
CATEGORIES= mail news
|
||||||
MASTER_SITES= OSSP/tool/${PORTNAME}
|
MASTER_SITES= OSSP/tool/${PORTNAME}
|
||||||
|
|
||||||
|
@ -16,12 +17,13 @@ LIB_DEPENDS= libstr.so:devel/str \
|
||||||
libvar.so:devel/ossp-var
|
libvar.so:devel/ossp-var
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \
|
||||||
--with-sa=${LOCALBASE} --with-var=${LOCALBASE}
|
--with-sa=${LOCALBASE} --with-var=${LOCALBASE}
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
PLIST_FILES= sbin/lmtp2nntp \
|
PLIST_FILES= sbin/lmtp2nntp \
|
||||||
man/man8/lmtp2nntp.8.gz
|
share/man/man8/lmtp2nntp.8.gz
|
||||||
PORTDOCS= INSTALL README
|
PORTDOCS= INSTALL README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue