svn commit: r392081 - head/net-mgmt/ndpmon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 14 20:30:28 UTC 2015
Author: amdmi3
Date: Tue Jul 14 20:30:26 2015
New Revision: 392081
URL: https://svnweb.freebsd.org/changeset/ports/392081
Log:
- shabang
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/net-mgmt/ndpmon/Makefile
Modified: head/net-mgmt/ndpmon/Makefile
==============================================================================
--- head/net-mgmt/ndpmon/Makefile Tue Jul 14 20:30:00 2015 (r392080)
+++ head/net-mgmt/ndpmon/Makefile Tue Jul 14 20:30:26 2015 (r392081)
@@ -3,7 +3,7 @@
PORTNAME= ndpmon
PORTVERSION= 1.4.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
@@ -29,7 +29,8 @@ PLIST_SUB+= PY=""
PLIST_SUB+= PY="@comment "
.endif
-USES= perl5 tar:tgz
+USES= perl5 shebangfix tar:tgz
+SHEBANG_FILES= demopipeprogram.pl.sample
USE_PERL5= run
USE_GNOME= libxml2
USE_RC_SUBR= ndpmonitor
More information about the svn-ports-all
mailing list