diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 15:00:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-20 15:00:21 +0000 |
commit | c4de944e0ac0cf53b322fd6a7a436d8949eac651 (patch) | |
tree | dca5d7e143372f0e66b7fa9bb82e6b4cfe506153 /japanese | |
parent | 18c6c7ef7382a474faa50d1233393ee9d327e913 (diff) | |
download | ports-c4de944e0ac0cf53b322fd6a7a436d8949eac651.tar.gz ports-c4de944e0ac0cf53b322fd6a7a436d8949eac651.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/linux-ttfonts/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile index 793d6f03446e..6d8d58fa2e74 100644 --- a/japanese/linux-ttfonts/Makefile +++ b/japanese/linux-ttfonts/Makefile @@ -7,10 +7,10 @@ PORTNAME= ttfonts-ja PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts linux -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Truetype fonts for use with Linux emulation BASEVERSION= 9 @@ -22,10 +22,9 @@ pre-install: ${RM} -rf ${WRKSRC}/tmp ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ ${FIND} * -type f -o -type l > ${PLIST}; \ ${FIND} -d * -type d | ${GREP} ja | ${SED} -e 's:^:@dirrm :' \ - >> ${PLIST}; \ - ${ECHO_CMD} '@unexec rmdir %D/usr/share/fonts 2>&1 >/dev/null || true' >> ${PLIST} + >> ${PLIST}; .include "../../x11-toolkits/linux-gtk/Makefile" |