diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 02:18:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 02:18:09 +0800 |
commit | a97d11c3ca6c56f1efc089cb0059f283dff29c0e (patch) | |
tree | 983180a5eca3b6f69f2d8f44558f7625944d9377 /net | |
parent | 30a68bc89c10f725912c6f0ad0dcad7db77b171f (diff) | |
download | freebsd-ports-gnome-a97d11c3ca6c56f1efc089cb0059f283dff29c0e.tar.gz freebsd-ports-gnome-a97d11c3ca6c56f1efc089cb0059f283dff29c0e.tar.zst freebsd-ports-gnome-a97d11c3ca6c56f1efc089cb0059f283dff29c0e.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpd-pools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dhcpd-pools/Makefile b/net/dhcpd-pools/Makefile index 14f7b88ef268..b59ecc993752 100644 --- a/net/dhcpd-pools/Makefile +++ b/net/dhcpd-pools/Makefile @@ -3,6 +3,7 @@ PORTNAME= dhcpd-pools PORTVERSION= 2.26 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} @@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:${PORTSDIR}/devel/uthash -USES= charsetfix tar:xz +USES= charsetfix shebangfix tar:xz +SHEBANG_FILES= contrib/snmptest.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dhcpd-conf=${LOCALBASE}/etc/dhcpd.conf \ --with-dhcpd-leases=/var/db/dhcpd/dhcpd.leases \ |