diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 06:19:28 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 06:19:28 +0800 |
commit | 5335c463e6746f1c4d03fec797e05ac198fc892d (patch) | |
tree | d84347bc753461d6161f327ebca7acb3f058dac0 /japanese | |
parent | a29cfdb6992f6bcf5a44de48fcc45e37a49fb6dc (diff) | |
download | freebsd-ports-gnome-5335c463e6746f1c4d03fec797e05ac198fc892d.tar.gz freebsd-ports-gnome-5335c463e6746f1c4d03fec797e05ac198fc892d.tar.zst freebsd-ports-gnome-5335c463e6746f1c4d03fec797e05ac198fc892d.zip |
Fix packing list.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/linux-ttfonts/Makefile | 3 |
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" |