diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 05:26:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 05:26:57 +0000 |
commit | 5398901c1a2e1735ee3ec78eeda3416fb8c6eec8 (patch) | |
tree | cc6e1fcb1e7e8ba44c73a003a3a4909d6f7b70c7 /accessibility/linux-f10-atk | |
parent | Apply a patch that fixes a bug and a memory leak. (diff) |
Fix packing list.
Notes
Notes:
svn path=/head/; revision=94431
Diffstat (limited to 'accessibility/linux-f10-atk')
-rw-r--r-- | accessibility/linux-f10-atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile index d48ea4215085..3246e733cb09 100644 --- a/accessibility/linux-f10-atk/Makefile +++ b/accessibility/linux-f10-atk/Makefile @@ -26,7 +26,7 @@ pre-install: ${MKDIR} ${WRKSRC}/tmp 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} * -type f -o -type l > ${PLIST} + ${ECHO_CMD} @dirrm usr/share/doc/atk-1.2.0 >> ${PLIST} .include "../../x11-toolkits/linux-gtk/Makefile" |