svn commit: r341327 - head/x11-themes/beastie

Martin Wilke miwi at FreeBSD.org
Mon Jan 27 05:41:51 UTC 2014


Author: miwi
Date: Mon Jan 27 05:41:50 2014
New Revision: 341327
URL: http://svnweb.freebsd.org/changeset/ports/341327
QAT: https://qat.redports.org/buildarchive/r341327/

Log:
  - Stage support

Modified:
  head/x11-themes/beastie/Makefile

Modified: head/x11-themes/beastie/Makefile
==============================================================================
--- head/x11-themes/beastie/Makefile	Mon Jan 27 05:08:09 2014	(r341326)
+++ head/x11-themes/beastie/Makefile	Mon Jan 27 05:41:50 2014	(r341327)
@@ -25,13 +25,12 @@ THEME_DIR=	share/themes/Beastie/
 PLIST_FILES=	${THEME_FILES:S|^|${THEME_DIR}|}
 PLIST_DIRS=	${THEME_DIR}/gtk-2.0 ${THEME_DIR}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0
+	${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
 .for f in ${THEME_FILES}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${THEME_DIR}/${f}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
 .endfor
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list