aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/paratype
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2014-07-02 18:31:49 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2014-07-02 18:31:49 +0000
commitc6c573ede3b96c8fa9d3a13e3ae81ba16a5ecd9a (patch)
tree35abf4155c6fdadd60200117c5ad57af0d312f4e /x11-fonts/paratype
parent40ee0c9bd0c004537588aabc8d35d06617148d1e (diff)
downloadports-c6c573ede3b96c8fa9d3a13e3ae81ba16a5ecd9a.tar.gz
ports-c6c573ede3b96c8fa9d3a13e3ae81ba16a5ecd9a.zip
x11-fonts/paratype,x11-fonts/profont: STAGEify
Notes
Notes: svn path=/head/; revision=360242
Diffstat (limited to 'x11-fonts/paratype')
-rw-r--r--x11-fonts/paratype/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-fonts/paratype/Makefile b/x11-fonts/paratype/Makefile
index 43bbe6b1d0ce..d195cdaef22e 100644
--- a/x11-fonts/paratype/Makefile
+++ b/x11-fonts/paratype/Makefile
@@ -17,7 +17,6 @@ LICENSE= OFL11
INSTALLS_TTF= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_TGZ= yes
USES= zip
XORG_CAT= font
@@ -27,15 +26,11 @@ PLIST_SUB= FONTDIR="${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}"
SUB_FILES= pkg-message
SUB_LIST= FONTDIR="${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}"
-NO_STAGE= yes
do-configure:
@${DO_NADA}
do-install:
- @${MKDIR} ${FONTROOTDIR}/${FONTDIR}
- @${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR}/
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ @${MKDIR} ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}/
.include <bsd.port.mk>