diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 02:53:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 02:53:07 +0800 |
commit | 0cf0afa8706ea6d89adbad6c58800deb164eeea6 (patch) | |
tree | ae2d3c9610f6accd08ec9be5af11737ae2b7c40b /misc | |
parent | 393f4c53329476bc112e0956497a4bf83b24535f (diff) | |
download | freebsd-ports-gnome-0cf0afa8706ea6d89adbad6c58800deb164eeea6.tar.gz freebsd-ports-gnome-0cf0afa8706ea6d89adbad6c58800deb164eeea6.tar.zst freebsd-ports-gnome-0cf0afa8706ea6d89adbad6c58800deb164eeea6.zip |
- Fix shebangs
MFH: 2015Q2 (blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pdmenu/Makefile | 4 |
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" |