svn commit: r345185 - head/graphics/eterm-bg
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Feb 20 08:26:17 UTC 2014
Author: ehaupt
Date: Thu Feb 20 08:26:16 2014
New Revision: 345185
URL: http://svnweb.freebsd.org/changeset/ports/345185
QAT: https://qat.redports.org/buildarchive/r345185/
Log:
Support staging
Modified:
head/graphics/eterm-bg/Makefile
Modified: head/graphics/eterm-bg/Makefile
==============================================================================
--- head/graphics/eterm-bg/Makefile Thu Feb 20 08:25:07 2014 (r345184)
+++ head/graphics/eterm-bg/Makefile Thu Feb 20 08:26:16 2014 (r345185)
@@ -13,13 +13,12 @@ COMMENT= Image files for background of E
NO_WRKSUBDIR= yes
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/share/Eterm
- ${MKDIR} ${PREFIX}/share/Eterm/pix
- ${MKDIR} ${PREFIX}/share/Eterm/pix/scale
- ${MKDIR} ${PREFIX}/share/Eterm/pix/tile
- ${INSTALL_DATA} ${WRKSRC}/bg/scale/* ${PREFIX}/share/Eterm/pix/scale
- ${INSTALL_DATA} ${WRKSRC}/bg/tile/* ${PREFIX}/share/Eterm/pix/tile
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/Eterm/pix/scale
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/Eterm/pix/tile
+ ${INSTALL_DATA} ${WRKSRC}/bg/scale/* \
+ ${STAGEDIR}${PREFIX}/share/Eterm/pix/scale
+ ${INSTALL_DATA} ${WRKSRC}/bg/tile/* \
+ ${STAGEDIR}${PREFIX}/share/Eterm/pix/tile
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list