aboutsummaryrefslogtreecommitdiff
path: root/japanese/linux-ttfonts
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-06-17 22:59:29 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-06-17 22:59:29 +0000
commit23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch)
treefa03305e656151ebe33c7e94eacc947b13d1c273 /japanese/linux-ttfonts
parentb347391f9ad81dd1ebc74b80d713888404b304bd (diff)
downloadports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz
ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip
Notes
Diffstat (limited to 'japanese/linux-ttfonts')
-rw-r--r--japanese/linux-ttfonts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile
index 2462b5142f69..793d6f03446e 100644
--- a/japanese/linux-ttfonts/Makefile
+++ b/japanese/linux-ttfonts/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ttfonts-ja
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese x11-fonts linux
MAINTAINER= freebsd-emulation@FreeBSD.org
@@ -25,6 +25,7 @@ pre-install:
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}
+ >> ${PLIST}; \
+ ${ECHO_CMD} '@unexec rmdir %D/usr/share/fonts 2>&1 >/dev/null || true' >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"