svn commit: r375277 - head/deskutils/when

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 21:52:32 UTC 2014


Author: antoine
Date: Mon Dec 22 21:52:31 2014
New Revision: 375277
URL: https://svnweb.freebsd.org/changeset/ports/375277
QAT: https://qat.redports.org/buildarchive/r375277/

Log:
  Shebangfix

Modified:
  head/deskutils/when/Makefile

Modified: head/deskutils/when/Makefile
==============================================================================
--- head/deskutils/when/Makefile	Mon Dec 22 21:47:38 2014	(r375276)
+++ head/deskutils/when/Makefile	Mon Dec 22 21:52:31 2014	(r375277)
@@ -3,6 +3,7 @@
 
 PORTNAME=	when
 PORTVERSION=	1.1.31
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	LOCAL/culot
 
@@ -15,7 +16,7 @@ LICENSE_COMB=	dual
 USES=		perl5 shebangfix
 USE_PERL5=	run
 NO_BUILD=	yes
-SHEBANGFILES=	when
+SHEBANG_FILES=	when
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_dist
 


More information about the svn-ports-head mailing list