mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
net-mgmt/ndpmon: move man to share/man
This commit is contained in:
parent
93461b5b7c
commit
3384bf4452
@ -1,6 +1,6 @@
|
||||
PORTNAME= ndpmon
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
|
||||
|
||||
@ -18,6 +18,7 @@ USE_GNOME= libxml2
|
||||
USE_RC_SUBR= ndpmonitor
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ENV= OSTYPE=FreeBSD
|
||||
CONFIGURE_ARGS= --with-var-datadir=${PREFIX}/var --with-confdir=${ETCDIR} \
|
||||
--with-libxml2=${LOCALBASE} --cache-file=/dev/null
|
||||
@ -53,7 +54,7 @@ post-patch:
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/ndpmon.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/ndpmon.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ndpmon ${STAGEDIR}${PREFIX}/sbin
|
||||
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%ETCDIR%%/config_ndpmon.xml-dist
|
||||
sbin/ndpmon
|
||||
man/man8/ndpmon.8.gz
|
||||
share/man/man8/ndpmon.8.gz
|
||||
%%DATADIR%%/config_ndpmon.dtd
|
||||
%%DATADIR%%/demopipeprogram.pl.sample
|
||||
%%DATADIR%%/neighbor_list.dtd
|
||||
|
Loading…
Reference in New Issue
Block a user