diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 13:26:57 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 13:26:57 +0800 |
commit | a44fc76a7b1b424be319302391f8ce3fc0f594eb (patch) | |
tree | 2745aab2c5bdebfd4f9c0f183fc0bc63bf3ac923 /accessibility/linux-f10-atk | |
parent | 2882a0c07c8ad08ea9b0aa8900f8d8ce40d08074 (diff) | |
download | freebsd-ports-gnome-a44fc76a7b1b424be319302391f8ce3fc0f594eb.tar.gz freebsd-ports-gnome-a44fc76a7b1b424be319302391f8ce3fc0f594eb.tar.zst freebsd-ports-gnome-a44fc76a7b1b424be319302391f8ce3fc0f594eb.zip |
Fix packing list.
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" |