svn commit: r345190 - head/graphics/scwm-icons

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 08:41:48 UTC 2014


Author: ehaupt
Date: Thu Feb 20 08:41:47 2014
New Revision: 345190
URL: http://svnweb.freebsd.org/changeset/ports/345190
QAT: https://qat.redports.org/buildarchive/r345190/

Log:
  Support staging

Modified:
  head/graphics/scwm-icons/Makefile

Modified: head/graphics/scwm-icons/Makefile
==============================================================================
--- head/graphics/scwm-icons/Makefile	Thu Feb 20 08:40:42 2014	(r345189)
+++ head/graphics/scwm-icons/Makefile	Thu Feb 20 08:41:47 2014	(r345190)
@@ -12,11 +12,11 @@ COMMENT=	An icon collection for the scwm
 
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/share/scwm/pixmaps
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/scwm/pixmaps
 .for dir in icons mini-icons startup
-	${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm ${PREFIX}/share/scwm/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm \
+		${STAGEDIR}${PREFIX}/share/scwm/pixmaps
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list