summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-19 22:19:28 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-19 22:19:28 +0000
commitab58441d9d1c66621bde8005a5576fdf2f71bc80 (patch)
treee93e0a80f707cca1cddda83c9b7c2bf0fb25dd49 /japanese
parentFix incorrect use of ${REINPLACE_CMD}. (diff)
Fix packing list.
Notes
Notes: svn path=/head/; revision=94414
Diffstat (limited to 'japanese')
-rw-r--r--japanese/linux-ttfonts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile
index a22828b9dafb..1938163fec42 100644
--- a/japanese/linux-ttfonts/Makefile
+++ b/japanese/linux-ttfonts/Makefile
@@ -25,6 +25,7 @@ pre-install:
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
${FIND} * -type f -o -type l > ${PLIST}; \
- ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ ${FIND} -d * -type d | ${GREP} ja | ${SED} -e 's:^:@dirrm :' \
+ >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"