Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 03:40:20 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357252 - in head/print: pkfonts118 pkfonts240 pkfonts300 pkfonts360 pkfonts400 pkfonts600
Message-ID:  <201406100340.s5A3eKUR018627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406100340.s5A3eKUR018627>