diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 23:25:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 23:25:11 +0800 |
commit | 9ae80501dc4517954ea6f51a9afc011a677109b6 (patch) | |
tree | d3ed170861f34a145735e781c347f12c63571561 /x11-wm | |
parent | b92d6c8244a187248508230a912b151b2de2cd47 (diff) | |
download | freebsd-ports-gnome-9ae80501dc4517954ea6f51a9afc011a677109b6.tar.gz freebsd-ports-gnome-9ae80501dc4517954ea6f51a9afc011a677109b6.tar.zst freebsd-ports-gnome-9ae80501dc4517954ea6f51a9afc011a677109b6.zip |
Fix shebang
Strip binaries
Trop trying to create empty directories with @exec, @dirrm* already does it with pkg(8)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 42cc461e551e..b9bd2a0178b9 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ RUN_DEPENDS= libwraster>=${PORTVERSION}:${PORTSDIR}/x11-wm/libwraster \ ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons -USES= libtool pathfix perl5 pkgconfig +USES= libtool pathfix perl5 pkgconfig shebangfix +SHEBANG_FILES= util/wkdemenu.pl USE_LDCONFIG= yes USE_XORG= xft xinerama xmu xpm GNU_CONFIGURE= yes @@ -41,6 +42,7 @@ PORTDOCS= AUTHORS BUGFORM BUGS ChangeLog FAQ FAQ.I18N INSTALL \ INSTALL-WMAKER NEWS README README.definable-cursor TODO LINGUAS= be bg bs ca cs da de el es et fi fr gl hr hu hy it \ ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS NLS XRANDR OPTIONS_SUB= yes diff --git a/x11-wm/windowmaker/pkg-plist b/x11-wm/windowmaker/pkg-plist index 59ab75ec97ee..828308c9ce32 100644 --- a/x11-wm/windowmaker/pkg-plist +++ b/x11-wm/windowmaker/pkg-plist @@ -1,5 +1,3 @@ -@exec mkdir -p %D/GNUstep/Applications/WPrefs.app/xpm -@exec mkdir -p %D/share/WindowMaker/Sounds GNUstep/Applications/WPrefs.app/WPrefs GNUstep/Applications/WPrefs.app/WPrefs.tiff GNUstep/Applications/WPrefs.app/WPrefs.xpm |