svn commit: r341375 - head/x11-themes/murrine-configurator

Martin Wilke miwi at FreeBSD.org
Mon Jan 27 11:34:00 UTC 2014


Author: miwi
Date: Mon Jan 27 11:33:59 2014
New Revision: 341375
URL: http://svnweb.freebsd.org/changeset/ports/341375
QAT: https://qat.redports.org/buildarchive/r341375/

Log:
  - Stage support

Modified:
  head/x11-themes/murrine-configurator/Makefile

Modified: head/x11-themes/murrine-configurator/Makefile
==============================================================================
--- head/x11-themes/murrine-configurator/Makefile	Mon Jan 27 11:15:57 2014	(r341374)
+++ head/x11-themes/murrine-configurator/Makefile	Mon Jan 27 11:33:59 2014	(r341375)
@@ -19,12 +19,11 @@ NO_BUILD=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \
-		${PREFIX}/share/pixmaps
+		${STAGEDIR}${PREFIX}/share/pixmaps
 	@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \
-		${PREFIX}/share/applications
+		${STAGEDIR}${PREFIX}/share/applications
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list