svn commit: r357252 - in head/print: pkfonts118 pkfonts240 pkfonts300 pkfonts360 pkfonts400 pkfonts600
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 10 03:40:21 UTC 2014
Author: vanilla
Date: Tue Jun 10 03:40:19 2014
New Revision: 357252
URL: http://svnweb.freebsd.org/changeset/ports/357252
QAT: https://qat.redports.org/buildarchive/r357252/
Log:
Stagify.
Modified:
head/print/pkfonts118/Makefile
head/print/pkfonts240/Makefile
head/print/pkfonts300/Makefile
head/print/pkfonts360/Makefile
head/print/pkfonts400/Makefile
head/print/pkfonts600/Makefile
Modified: head/print/pkfonts118/Makefile
==============================================================================
--- head/print/pkfonts118/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts118/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -4,5 +4,4 @@
RESOLUTION= 118
MASTERDIR= ${.CURDIR}/../pkfonts300
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/print/pkfonts240/Makefile
==============================================================================
--- head/print/pkfonts240/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts240/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -4,5 +4,4 @@
RESOLUTION= 240
MASTERDIR= ${.CURDIR}/../pkfonts300
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/print/pkfonts300/Makefile
==============================================================================
--- head/print/pkfonts300/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts300/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -15,7 +15,6 @@ COMMENT= English PK fonts, for ghostscri
DIST_SUBDIR= pkfonts
EXTRACT_ONLY= # extracted directly in install target
NO_BUILD= yes
-NO_STAGE= yes
PLIST= ${PKGDIR}/pkg-plist.${RESOLUTION}
.if !defined(RESOLUTION)
@@ -32,7 +31,7 @@ RESOLUTION= 300
.endif
do-install:
- ${MKDIR} ${PREFIX}/lib/fonts
- ${TAR} -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/fonts
+ ${TAR} -C ${STAGEDIR}${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
.include <bsd.port.mk>
Modified: head/print/pkfonts360/Makefile
==============================================================================
--- head/print/pkfonts360/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts360/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -4,5 +4,4 @@
RESOLUTION= 360
MASTERDIR= ${.CURDIR}/../pkfonts300
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/print/pkfonts400/Makefile
==============================================================================
--- head/print/pkfonts400/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts400/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -4,5 +4,4 @@
RESOLUTION= 400
MASTERDIR= ${.CURDIR}/../pkfonts300
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/print/pkfonts600/Makefile
==============================================================================
--- head/print/pkfonts600/Makefile Tue Jun 10 03:27:00 2014 (r357251)
+++ head/print/pkfonts600/Makefile Tue Jun 10 03:40:19 2014 (r357252)
@@ -4,5 +4,4 @@
RESOLUTION= 600
MASTERDIR= ${.CURDIR}/../pkfonts300
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list