diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-22 05:18:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-22 05:18:10 +0800 |
commit | c67d768a93dee78fdbfbd26b218b78711f858db5 (patch) | |
tree | 784db9bc84e30c3368e0338d94c938fc5547064d /textproc/code2html | |
parent | 3dd0cfdb2e96e279d41aee1d57eee51f4e05c46d (diff) | |
download | freebsd-ports-gnome-c67d768a93dee78fdbfbd26b218b78711f858db5.tar.gz freebsd-ports-gnome-c67d768a93dee78fdbfbd26b218b78711f858db5.tar.zst freebsd-ports-gnome-c67d768a93dee78fdbfbd26b218b78711f858db5.zip |
Shebangfix
Diffstat (limited to 'textproc/code2html')
-rw-r--r-- | textproc/code2html/Makefile | 4 |
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 |