svn commit: r364285 - head/vietnamese/urwvn
Pawel Pekala
pawel at FreeBSD.org
Thu Aug 7 15:05:48 UTC 2014
Author: pawel
Date: Thu Aug 7 15:05:47 2014
New Revision: 364285
URL: http://svnweb.freebsd.org/changeset/ports/364285
QAT: https://qat.redports.org/buildarchive/r364285/
Log:
Add staging support
Modified:
head/vietnamese/urwvn/Makefile
Modified: head/vietnamese/urwvn/Makefile
==============================================================================
--- head/vietnamese/urwvn/Makefile Thu Aug 7 14:57:49 2014 (r364284)
+++ head/vietnamese/urwvn/Makefile Thu Aug 7 15:05:47 2014 (r364285)
@@ -28,12 +28,9 @@ TTF= CMConcrete8v.ttf CMConcreteItalic8v
uplb8v.ttf uplbi8v.ttf uplr8v.ttf uplri8v.ttf utmb8v.ttf \
utmbi8v.ttf utmr8v.ttf utmri8v.ttf uzcmi8v.ttf
-NO_STAGE= yes
do-install:
- @${MKDIR} ${FONTSDIR}
-.for i in ${TTF}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
-.endfor
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
# This target is only meant to be used by the port maintainer.
ttf-gen: extract
More information about the svn-ports-head
mailing list