svn commit: r348548 - head/x11-fonts/khmeros
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Mar 18 13:54:42 UTC 2014
Author: ehaupt
Date: Tue Mar 18 13:54:41 2014
New Revision: 348548
URL: http://svnweb.freebsd.org/changeset/ports/348548
QAT: https://qat.redports.org/buildarchive/r348548/
Log:
Support staging
Modified:
head/x11-fonts/khmeros/Makefile
head/x11-fonts/khmeros/pkg-descr
Modified: head/x11-fonts/khmeros/Makefile
==============================================================================
--- head/x11-fonts/khmeros/Makefile Tue Mar 18 13:53:24 2014 (r348547)
+++ head/x11-fonts/khmeros/Makefile Tue Mar 18 13:54:41 2014 (r348548)
@@ -18,16 +18,11 @@ NO_BUILD= yes
FONTSDIR= lib/X11/fonts/Khmer/
PLIST_SUB+= FONTSDIR=${FONTSDIR}
-NO_STAGE= yes
post-patch:
${MV} "${WRKSRC}/KhmerOS .ttf" ${WRKSRC}/KhmerOS.ttf
do-install:
- ${MKDIR} ${PREFIX}/${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/${FONTSDIR}
-
-post-install:
- @${ECHO_MSG} "==> Running fc-cache"
- @-${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR}
.include <bsd.port.mk>
Modified: head/x11-fonts/khmeros/pkg-descr
==============================================================================
--- head/x11-fonts/khmeros/pkg-descr Tue Mar 18 13:53:24 2014 (r348547)
+++ head/x11-fonts/khmeros/pkg-descr Tue Mar 18 13:54:41 2014 (r348548)
@@ -12,4 +12,4 @@ A collection of Khmer OS TrueType fonts.
- KhmerOS Siemreap
- KhmerOS Sys
-WWW: http://sourceforge.net/projects/khmer/
+WWW: http://sourceforge.net/projects/khmer/
More information about the svn-ports-all
mailing list