svn commit: r346192 - head/net-mgmt/ipcalc

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 11:27:57 UTC 2014


Author: ehaupt
Date: Wed Feb 26 11:27:56 2014
New Revision: 346192
URL: http://svnweb.freebsd.org/changeset/ports/346192
QAT: https://qat.redports.org/buildarchive/r346192/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/net-mgmt/ipcalc/Makefile

Modified: head/net-mgmt/ipcalc/Makefile
==============================================================================
--- head/net-mgmt/ipcalc/Makefile	Wed Feb 26 11:23:24 2014	(r346191)
+++ head/net-mgmt/ipcalc/Makefile	Wed Feb 26 11:27:56 2014	(r346192)
@@ -12,10 +12,11 @@ COMMENT=	IP Calculator
 
 PLIST_FILES=	bin/ipcalc
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+
+SHEBANG_FILES=	ipcalc
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list