svn commit: r375194 - head/sysutils/rej

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:27:31 UTC 2014


Author: antoine
Date: Sun Dec 21 21:27:29 2014
New Revision: 375194
URL: https://svnweb.freebsd.org/changeset/ports/375194
QAT: https://qat.redports.org/buildarchive/r375194/

Log:
  Shebangfix

Modified:
  head/sysutils/rej/Makefile

Modified: head/sysutils/rej/Makefile
==============================================================================
--- head/sysutils/rej/Makefile	Sun Dec 21 21:24:21 2014	(r375193)
+++ head/sysutils/rej/Makefile	Sun Dec 21 21:27:29 2014	(r375194)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rej
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CRITICAL
 
@@ -12,7 +13,7 @@ COMMENT=	Merges patch-rejects and runs a
 USES=		shebangfix perl5
 NO_BUILD=	yes
 
-SHEBANG_FILES=	qp mp
+SHEBANG_FILES=	mp qp rej
 
 PORTDOCS=	CHANGELOG README vimrc
 PLIST_FILES=	bin/rej bin/rej-qp bin/rej-mp


More information about the svn-ports-head mailing list