aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f10-expat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/linux-f10-expat/Makefile')
-rw-r--r--textproc/linux-f10-expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile
index fa9e508ac3f0..e382fccedddd 100644
--- a/textproc/linux-f10-expat/Makefile
+++ b/textproc/linux-f10-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"