aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/pdmenu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
index 1a4400380a02..c14670781c91 100644
--- a/misc/pdmenu/Makefile
+++ b/misc/pdmenu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pdmenu
PORTVERSION= 1.3.4
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -16,7 +17,8 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gettext gmake
+USES= gettext gmake shebangfix
+SHEBANG_FILES= examples/showdir.pl
GNU_CONFIGURE= yes
CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \
SLANG_LIB_LOC="${LOCALBASE}/lib"