aboutsummaryrefslogtreecommitdiff
path: root/textproc/code2html
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-21 21:18:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-21 21:18:10 +0000
commit8439de51f746b0aa3713be9285c8064169c87592 (patch)
tree784db9bc84e30c3368e0338d94c938fc5547064d /textproc/code2html
parentbf13d25b7f551c4cd63580287045baf74e68d53f (diff)
downloadports-8439de51f746b0aa3713be9285c8064169c87592.tar.gz
ports-8439de51f746b0aa3713be9285c8064169c87592.zip
Shebangfix
Notes
Notes: svn path=/head/; revision=375191
Diffstat (limited to 'textproc/code2html')
-rw-r--r--textproc/code2html/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile
index 3d24eb18788e..b42fcec8ed5a 100644
--- a/textproc/code2html/Makefile
+++ b/textproc/code2html/Makefile
@@ -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@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