Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 09:35:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375219 - head/sysutils/whatpix
Message-ID:  <201412220935.sBM9Zbnt027917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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