Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 13:21:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346509 - head/security/ppars
Message-ID:  <201402281321.s1SDLfXQ095561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 28 13:21:41 2014
New Revision: 346509
URL: http://svnweb.freebsd.org/changeset/ports/346509
QAT: https://qat.redports.org/buildarchive/r346509/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/security/ppars/Makefile

Modified: head/security/ppars/Makefile
==============================================================================
--- head/security/ppars/Makefile	Fri Feb 28 13:18:23 2014	(r346508)
+++ head/security/ppars/Makefile	Fri Feb 28 13:21:41 2014	(r346509)
@@ -12,16 +12,14 @@ COMMENT=	Proactive Probing Abuse Reporti
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USES=		perl5
+USES=		perl5 shebangfix
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 SUB_FILES=	pkg-message
+SHEBANG_FILES=	*.pl
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/sbin
-	${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin
-	${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281321.s1SDLfXQ095561>