aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-08 17:15:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-08 17:15:13 +0800
commite21178a24caa243a1dbddf4db87de01d112dbab3 (patch)
treebadbc6f2981a69e4215784d207f804485985c629 /security
parentc4d7fbfaa05222514b16c253fc7bc0c5c024d78b (diff)
downloadfreebsd-ports-gnome-e21178a24caa243a1dbddf4db87de01d112dbab3.tar.gz
freebsd-ports-gnome-e21178a24caa243a1dbddf4db87de01d112dbab3.tar.zst
freebsd-ports-gnome-e21178a24caa243a1dbddf4db87de01d112dbab3.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'security')
-rw-r--r--security/makepasswd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile
index 6645a10ff787..22af57791fc0 100644
--- a/security/makepasswd/Makefile
+++ b/security/makepasswd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= makepasswd
PORTVERSION= 1.10
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -19,7 +19,8 @@ COMMENT= Random password generator
LICENSE= GPLv1
NO_BUILD= yes
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= makepasswd
USE_PERL5= run
OPTIONS_DEFINE= DOCS