svn commit: r367979 - head/security/ipfilter2dshield

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 20:54:15 UTC 2014


Author: antoine
Date: Thu Sep 11 20:54:14 2014
New Revision: 367979
URL: http://svnweb.freebsd.org/changeset/ports/367979
QAT: https://qat.redports.org/buildarchive/r367979/

Log:
  - Allow staging as a regular user
  - Shebangfix

Modified:
  head/security/ipfilter2dshield/Makefile

Modified: head/security/ipfilter2dshield/Makefile
==============================================================================
--- head/security/ipfilter2dshield/Makefile	Thu Sep 11 20:37:35 2014	(r367978)
+++ head/security/ipfilter2dshield/Makefile	Thu Sep 11 20:54:14 2014	(r367979)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ipfilter2dshield
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.dshield.org/clients/
 DISTNAME=	dshield-freebsd.pl
@@ -14,12 +14,14 @@ COMMENT=	Official DShield client for ipf
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	${DISTNAME}
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 do-extract:
 	@${MKDIR} ${WRKDIR}
@@ -34,6 +36,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
 		${STAGEDIR}${ETCDIR}/${DISTNAME}.sample
-	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list