svn commit: r375219 - head/sysutils/whatpix
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 22 09:35:38 UTC 2014
Author: antoine
Date: Mon Dec 22 09:35:36 2014
New Revision: 375219
URL: https://svnweb.freebsd.org/changeset/ports/375219
QAT: https://qat.redports.org/buildarchive/r375219/
Log:
Shebangfix
Modified:
head/sysutils/whatpix/Makefile
Modified: head/sysutils/whatpix/Makefile
==============================================================================
--- head/sysutils/whatpix/Makefile Mon Dec 22 09:16:39 2014 (r375218)
+++ head/sysutils/whatpix/Makefile Mon Dec 22 09:35:36 2014 (r375219)
@@ -3,7 +3,7 @@
PORTNAME= whatpix
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://whatpix.sourceforge.net/download/
@@ -14,8 +14,9 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDI
NO_BUILD= yes
PLIST_FILES= bin/whatpix
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
+SHEBANG_FILES= whatpix
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin
More information about the svn-ports-head
mailing list