svn commit: r392179 - head/net/dhcpd-pools

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 18:18:10 UTC 2015


Author: amdmi3
Date: Wed Jul 15 18:18:09 2015
New Revision: 392179
URL: https://svnweb.freebsd.org/changeset/ports/392179

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/net/dhcpd-pools/Makefile

Modified: head/net/dhcpd-pools/Makefile
==============================================================================
--- head/net/dhcpd-pools/Makefile	Wed Jul 15 18:00:39 2015	(r392178)
+++ head/net/dhcpd-pools/Makefile	Wed Jul 15 18:18:09 2015	(r392179)
@@ -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 \


More information about the svn-ports-head mailing list