svn commit: r375191 - head/textproc/code2html

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:18:11 UTC 2014


Author: antoine
Date: Sun Dec 21 21:18:10 2014
New Revision: 375191
URL: https://svnweb.freebsd.org/changeset/ports/375191
QAT: https://qat.redports.org/buildarchive/r375191/

Log:
  Shebangfix

Modified:
  head/textproc/code2html/Makefile

Modified: head/textproc/code2html/Makefile
==============================================================================
--- head/textproc/code2html/Makefile	Sun Dec 21 21:15:08 2014	(r375190)
+++ head/textproc/code2html/Makefile	Sun Dec 21 21:18:10 2014	(r375191)
@@ -3,6 +3,7 @@
 
 PORTNAME=	code2html
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF \
 		http://www.palfrader.org/code2html/all/
@@ -11,8 +12,9 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Sourcecode to HTML converter
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
+SHEBANG_FILES=	code2html
 
 PLIST_FILES=	bin/code2html man/man1/code2html.1.gz
 


More information about the svn-ports-head mailing list