svn commit: r338133 - head/audio/xmms-ladspa

Tilman Keskinoz arved at FreeBSD.org
Mon Dec 30 16:27:05 UTC 2013


Author: arved
Date: Mon Dec 30 16:27:04 2013
New Revision: 338133
URL: http://svnweb.freebsd.org/changeset/ports/338133

Log:
  Support Stagedir

Modified:
  head/audio/xmms-ladspa/Makefile

Modified: head/audio/xmms-ladspa/Makefile
==============================================================================
--- head/audio/xmms-ladspa/Makefile	Mon Dec 30 16:19:54 2013	(r338132)
+++ head/audio/xmms-ladspa/Makefile	Mon Dec 30 16:27:04 2013	(r338133)
@@ -22,9 +22,9 @@ LIB_DEPENDS=	libxmms.so:${PORTSDIR}/mult
 PLIST_FILES=	lib/xmms/Effect/ladspa.so
 
 USE_GNOME=	gtk12
-NO_STAGE=	yes
 
 do-install:
-	@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Effect/
+	@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${STAGEDIR}${PREFIX}/lib/xmms/Effect/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list