diff options
-rw-r--r-- | security/makepasswd/Makefile | 5 |
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 |