diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-22 05:24:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-22 05:24:21 +0800 |
commit | fcbac02b7728c2e2613a1aa157b51b074787ceca (patch) | |
tree | f353f97c7765aa65b0103fcc0bb14fc4b4a850f8 | |
parent | 2bc5f0f1da3b65b5b22c744651d27bd246645638 (diff) | |
download | freebsd-ports-gnome-fcbac02b7728c2e2613a1aa157b51b074787ceca.tar.gz freebsd-ports-gnome-fcbac02b7728c2e2613a1aa157b51b074787ceca.tar.zst freebsd-ports-gnome-fcbac02b7728c2e2613a1aa157b51b074787ceca.zip |
Shebangfix
-rw-r--r-- | devel/colormake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/colormake/Makefile b/devel/colormake/Makefile index a9d1bfa9e3df..10e87c0455c4 100644 --- a/devel/colormake/Makefile +++ b/devel/colormake/Makefile @@ -2,6 +2,7 @@ PORTNAME= colormake PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://bre.klaki.net/programs/colormake/ @@ -12,8 +13,9 @@ RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ bash:${PORTSDIR}/shells/bash NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run +SHEBANG_FILES= colormake.pl PLIST_FILES= bin/colormake bin/colormake.pl bin/colormake-short bin/clmake \ bin/clmake-short |