diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 04:30:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 04:30:26 +0800 |
commit | 946e97267b3338544518d4c2166aa0c4f9e7a155 (patch) | |
tree | c367e9a8519c8fffb25c64c2c78fb9fd12f97d22 /net-mgmt/ndpmon | |
parent | 918ea0904777e85a3845f006165e12260ae7dd97 (diff) | |
download | freebsd-ports-gnome-946e97267b3338544518d4c2166aa0c4f9e7a155.tar.gz freebsd-ports-gnome-946e97267b3338544518d4c2166aa0c4f9e7a155.tar.zst freebsd-ports-gnome-946e97267b3338544518d4c2166aa0c4f9e7a155.zip |
- shabang
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net-mgmt/ndpmon')
-rw-r--r-- | net-mgmt/ndpmon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile index f311bb752741..195ff2526da4 100644 --- a/net-mgmt/ndpmon/Makefile +++ b/net-mgmt/ndpmon/Makefile @@ -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 |