Date: Tue, 2 Sep 2014 15:25:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367030 - head/x11-wm/windowmaker Message-ID: <201409021525.s82FPCHQ094244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 2 15:25:11 2014 New Revision: 367030 URL: http://svnweb.freebsd.org/changeset/ports/367030 QAT: https://qat.redports.org/buildarchive/r367030/ Log: Fix shebang Strip binaries Trop trying to create empty directories with @exec, @dirrm* already does it with pkg(8) Modified: head/x11-wm/windowmaker/Makefile head/x11-wm/windowmaker/pkg-plist Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Tue Sep 2 15:22:55 2014 (r367029) +++ head/x11-wm/windowmaker/Makefile Tue Sep 2 15:25:11 2014 (r367030) @@ -22,7 +22,8 @@ LIB_DEPENDS= libgif.so:${PORTSDIR}/graph 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 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 Modified: head/x11-wm/windowmaker/pkg-plist ============================================================================== --- head/x11-wm/windowmaker/pkg-plist Tue Sep 2 15:22:55 2014 (r367029) +++ head/x11-wm/windowmaker/pkg-plist Tue Sep 2 15:25:11 2014 (r367030) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021525.s82FPCHQ094244>