Index: head/chinese/ttf2pt1/files/patch-Makefile =================================================================== --- head/chinese/ttf2pt1/files/patch-Makefile (revision 382388) +++ head/chinese/ttf2pt1/files/patch-Makefile (nonexistent) @@ -1,18 +0,0 @@ ---- Makefile.orig 2014-01-09 15:01:13.000000000 +0800 -+++ Makefile 2014-01-09 15:02:05.000000000 +0800 -@@ -22,10 +22,11 @@ snapshot: - ./mkrel snapshot - - install: -- cp -p *.map $(SHAREDIR)/maps -- chown $(OWNER) $(SHAREDIR)/maps/*.map -- chgrp $(GROUP) $(SHAREDIR)/maps/*.map -- chmod 0644 $(SHAREDIR)/maps/*.map -+ mkdir -p $(DESTDIR)$(SHAREDIR)/maps -+ cp -p *.map $(DESTDIR)$(SHAREDIR)/maps -+ chown $(OWNER) $(DESTDIR)$(SHAREDIR)/maps/*.map -+ chgrp $(GROUP) $(DESTDIR)$(SHAREDIR)/maps/*.map -+ chmod 0644 $(DESTDIR)$(SHAREDIR)/maps/*.map - - uninstall: - for i in *.map; do rm -f $(SHAREDIR)/maps/$$i || exit 1; done Property changes on: head/chinese/ttf2pt1/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/chinese/ttf2pt1/Makefile =================================================================== --- head/chinese/ttf2pt1/Makefile (revision 382388) +++ head/chinese/ttf2pt1/Makefile (revision 382389) @@ -1,20 +1,25 @@ # Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= ttf2pt1 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