From 0c2447fb34482d2c41c515670cb810c93668446f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 18:29:10 +0000 Subject: Fix a typo that prevented empty directories from being removed. --- www/mozilla-headers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mozilla-headers') 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} -- cgit v1.2.3