diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:24:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:24:21 +0000 |
commit | 7280d0dfbeb63709d43c6b098f4b27c9bc62f6f5 (patch) | |
tree | f353f97c7765aa65b0103fcc0bb14fc4b4a850f8 /devel/colormake | |
parent | b6e05c63e3c311b9f3e386fab9c4aac5018e44e4 (diff) | |
download | ports-7280d0dfbeb63709d43c6b098f4b27c9bc62f6f5.tar.gz ports-7280d0dfbeb63709d43c6b098f4b27c9bc62f6f5.zip |
Notes
Diffstat (limited to 'devel/colormake')
-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 |