summaryrefslogtreecommitdiff
path: root/www/mozilla-headers
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-14 18:29:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-14 18:29:10 +0000
commit0c2447fb34482d2c41c515670cb810c93668446f (patch)
treeea865b6958bc4f43b6b006e73435ff1719e806fc /www/mozilla-headers
parentAdd startup-notification, a minimal implementation of the startup notification (diff)
Fix a typo that prevented empty directories from being removed.
Notes
Notes: svn path=/head/; revision=70125
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r--www/mozilla-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile
index fdcda82b4e79..4aef76fecf2b 100644
--- a/www/mozilla-headers/Makefile
+++ b/www/mozilla-headers/Makefile
@@ -36,7 +36,7 @@ pre-install:
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:include/mozilla/:' >> ${PLIST} \
- && ${FIND} -d * -type f | \
+ && ${FIND} -d * -type d | \
${SED} -e 's:^:@dirrm include/mozilla/:' >> ${PLIST}
${ECHO_CMD} @dirrm include/mozilla >> ${PLIST}