svn commit: r360862 - head/chinese/gugod-clean
Yen-Ming Lee
leeym at FreeBSD.org
Sun Jul 6 06:31:12 UTC 2014
Author: leeym
Date: Sun Jul 6 06:31:12 2014
New Revision: 360862
URL: http://svnweb.freebsd.org/changeset/ports/360862
QAT: https://qat.redports.org/buildarchive/r360862/
Log:
- support stage
Modified:
head/chinese/gugod-clean/Makefile
Modified: head/chinese/gugod-clean/Makefile
==============================================================================
--- head/chinese/gugod-clean/Makefile Sun Jul 6 05:46:20 2014 (r360861)
+++ head/chinese/gugod-clean/Makefile Sun Jul 6 06:31:12 2014 (r360862)
@@ -21,12 +21,11 @@ NO_BUILD= yes
SHAREMODE= 644
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
-NO_STAGE= yes
do-install:
- @${MKDIR} ${XFONTDIR}
+ @${MKDIR} ${STAGEDIR}${XFONTDIR}
.for i in ${FONTFILES}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${XFONTDIR}
.endfor
- @cd ${XFONTDIR} ; mkfontdir
+ @cd ${STAGEDIR}${XFONTDIR} ; mkfontdir
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list