diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-21 12:01:39 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-21 12:01:39 +0800 |
commit | ace2a8f69cd3285d5aea5cf97513b4d0c379e66c (patch) | |
tree | 4d3bcb213ee146a4a8a721d6a7d84ee1d7e20287 /textproc/linux-f8-expat | |
parent | 4b489b5fe6038d29c07d117834e8ebda17c17b34 (diff) | |
download | freebsd-ports-gnome-ace2a8f69cd3285d5aea5cf97513b4d0c379e66c.tar.gz freebsd-ports-gnome-ace2a8f69cd3285d5aea5cf97513b4d0c379e66c.tar.zst freebsd-ports-gnome-ace2a8f69cd3285d5aea5cf97513b4d0c379e66c.zip |
Fix packing list.
Diffstat (limited to 'textproc/linux-f8-expat')
-rw-r--r-- | textproc/linux-f8-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile index fa9e508ac3f0..e382fccedddd 100644 --- a/textproc/linux-f8-expat/Makefile +++ b/textproc/linux-f8-expat/Makefile @@ -25,7 +25,7 @@ pre-install: ${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \ - ${FIND} * -type f -o -type l > ${PLIST}; \ - ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + ${FIND} * -type f -o -type l > ${PLIST} + ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST} .include "../../x11-toolkits/linux-gtk/Makefile" |