diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-21 04:01:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-21 04:01:39 +0000 |
commit | 5535b5e6c54e99289e6c1c2b0e461aef66abbdc3 (patch) | |
tree | 33c4f8e466bcab5a44e0f93a1671390920aa7d17 /textproc/linux-expat | |
parent | 2ddbdbf18c35ba21d73f74ffb7d06fd6dce5c7b2 (diff) | |
download | ports-5535b5e6c54e99289e6c1c2b0e461aef66abbdc3.tar.gz ports-5535b5e6c54e99289e6c1c2b0e461aef66abbdc3.zip |
Notes
Diffstat (limited to 'textproc/linux-expat')
-rw-r--r-- | textproc/linux-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linux-expat/Makefile b/textproc/linux-expat/Makefile index fa9e508ac3f0..e382fccedddd 100644 --- a/textproc/linux-expat/Makefile +++ b/textproc/linux-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" |