aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ndpmon/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-03-22 09:19:35 +0800
committerclsung <clsung@FreeBSD.org>2007-03-22 09:19:35 +0800
commitc05db1ca13c72779eafff324c1c243bf5191c2da (patch)
tree1f6f6c7105f9e77d56b647b8aff057b0f367ead7 /net-mgmt/ndpmon/Makefile
parent136cef3bcf8fcb2d4ba0821815e5a159b8cb299b (diff)
downloadfreebsd-ports-gnome-c05db1ca13c72779eafff324c1c243bf5191c2da.tar.gz
freebsd-ports-gnome-c05db1ca13c72779eafff324c1c243bf5191c2da.tar.zst
freebsd-ports-gnome-c05db1ca13c72779eafff324c1c243bf5191c2da.zip
- Update to 1.1b
PR: ports/110606 Submitted by: maintainer (Janos Mohacsi)
Diffstat (limited to 'net-mgmt/ndpmon/Makefile')
-rw-r--r--net-mgmt/ndpmon/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile
index 844843701d4a..a917d7328694 100644
--- a/net-mgmt/ndpmon/Makefile
+++ b/net-mgmt/ndpmon/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= ndpmon
-PORTVERSION= 1.0
+PORTVERSION= 1.1b
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${PORTNAME}-${PORTVERSION}b.tgz
+EXTRACT_SUFX= .tgz
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= On-link icmpv6 message monitoring and reporting daemon
USE_GNOME= libxml2
+USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
@@ -27,7 +28,8 @@ post-patch:
${WRKSRC}/ndpmon.c \
${WRKSRC}/ndpmon.8 \
${WRKSRC}/config_ndpmon.xml \
- ${WRKSRC}/neighbor_list.xml
+ ${WRKSRC}/neighbor_list.xml \
+ ${WRKSRC}/demopipeprogram.pl
do-install:
${INSTALL_MAN} ${WRKSRC}/ndpmon.8 ${PREFIX}/man/man8
@@ -35,6 +37,8 @@ do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.dtd \
${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/demopipeprogram.pl \
+ ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/config_ndpmon.xml ${PREFIX}/etc/config_ndpmon.xml-dist
${MKDIR} ${PREFIX}/var
${INSTALL_DATA} ${WRKSRC}/neighbor_list.xml ${PREFIX}/var/ndpmon_neighbor_list.xml