Skip to content

Commit

Permalink
net-mgmt/ndpmon: move man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
opsec committed Feb 26, 2024
1 parent 93461b5 commit 3384bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions net-mgmt/ndpmon/Makefile
@@ -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/

Expand All @@ -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
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion net-mgmt/ndpmon/pkg-plist
@@ -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
Expand Down

0 comments on commit 3384bf4

Please sign in to comment.