diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 03:40:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 03:40:19 +0000 |
commit | 1b6c64f594dd5077f6efa639782a0c72547c879f (patch) | |
tree | 357bd4454de9ce94caed1551e5c72a44acb3c8ec /print/pkfonts300 | |
parent | 52280abf95aa5acee9f2f719dba63b4ce1f1deed (diff) |
Notes
Diffstat (limited to 'print/pkfonts300')
-rw-r--r-- | print/pkfonts300/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 3be1cc0c59fc..3ad7cb18f5b1 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -15,7 +15,6 @@ COMMENT= English PK fonts, for ghostscripts, xdvi, and so on 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> |