svn commit: r379429 - head/devel/scandoc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 20 13:30:57 UTC 2015


Author: amdmi3
Date: Fri Feb 20 13:30:56 2015
New Revision: 379429
URL: https://svnweb.freebsd.org/changeset/ports/379429
QAT: https://qat.redports.org/buildarchive/r379429/

Log:
  - Fix shebangs

Modified:
  head/devel/scandoc/Makefile

Modified: head/devel/scandoc/Makefile
==============================================================================
--- head/devel/scandoc/Makefile	Fri Feb 20 13:30:47 2015	(r379428)
+++ head/devel/scandoc/Makefile	Fri Feb 20 13:30:56 2015	(r379429)
@@ -13,7 +13,8 @@ COMMENT=	C/C++ documentation generator
 # the file COPYING should be removed from DOCSDIR installation and plist
 #LICENSE=	ARTPERL10
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	${PORTNAME}
 NO_BUILD=	yes
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list