svn commit: r367030 - head/x11-wm/windowmaker

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 15:25:12 UTC 2014


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 @@
- at exec mkdir -p %D/GNUstep/Applications/WPrefs.app/xpm
- at exec mkdir -p %D/share/WindowMaker/Sounds
 GNUstep/Applications/WPrefs.app/WPrefs
 GNUstep/Applications/WPrefs.app/WPrefs.tiff
 GNUstep/Applications/WPrefs.app/WPrefs.xpm


More information about the svn-ports-head mailing list