diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-23 05:46:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-23 05:46:15 +0800 |
commit | 49c88be3fb5bc4c1f536d627c32db5d913fb7e22 (patch) | |
tree | 64e9ec8b259df0eb90e83a6b53e561a4935ec79e /security | |
parent | 4d9acf04b564016c2fd81b5901af66f265e6e406 (diff) | |
download | freebsd-ports-gnome-49c88be3fb5bc4c1f536d627c32db5d913fb7e22.tar.gz freebsd-ports-gnome-49c88be3fb5bc4c1f536d627c32db5d913fb7e22.tar.zst freebsd-ports-gnome-49c88be3fb5bc4c1f536d627c32db5d913fb7e22.zip |
Shebangfix
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgdir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgdir/Makefile b/security/gpgdir/Makefile index baa64ddd5f88..350bd6a34ccc 100644 --- a/security/gpgdir/Makefile +++ b/security/gpgdir/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpgdir PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \ http://www.cipherdyne.org/gpgdir/download/ @@ -17,8 +18,9 @@ RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey NO_BUILD= yes +USES= perl5 shebangfix USE_PERL5= run -USES= perl5 +SHEBANG_FILES= gpgdir PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz |