aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ttf2pt1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/ttf2pt1/Makefile')
-rw-r--r--chinese/ttf2pt1/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/chinese/ttf2pt1/Makefile b/chinese/ttf2pt1/Makefile
index b0462f1efad5..c66355047dca 100644
--- a/chinese/ttf2pt1/Makefile
+++ b/chinese/ttf2pt1/Makefile
@@ -6,15 +6,20 @@ PORTVERSION= 3.4.0
CATEGORIES= chinese print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-chinese/${PORTVERSION}
DISTNAME= ${PORTNAME}-chinese-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= True Type Font to Postscript Type 1 converter with Chinese maps
RUN_DEPENDS= ttf2pt1:${PORTSDIR}/print/ttf2pt1
+USES= tar:tgz
MAKE_ARGS= INSTDIR="${PREFIX}"
NO_BUILD= yes
+NO_ARCH= yes
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DATADIR}/maps
+ ${INSTALL_DATA} ${WRKSRC}/*.map ${STAGEDIR}${DATADIR}/maps/
.include <bsd.port.mk>