summaryrefslogtreecommitdiff
path: root/mail/prayer
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-28 23:51:19 +0000
committerheinz <heinz>2004-01-28 23:51:19 +0000
commitd2549867513b936e4a477a382ac025e8bef4d5a2 (patch)
treeff78c8be25c1ce2712826d8a5257fe8c0c046845 /mail/prayer
parent7817db92b8cf2e0cc84ed8f6d4a80213840aec9a (diff)
downloadpkgsrc-d2549867513b936e4a477a382ac025e8bef4d5a2.tar.gz
Do not use "find -d". This option is not available on all supported platforms.
Diffstat (limited to 'mail/prayer')
-rw-r--r--mail/prayer/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile
index b71f281507e..ed8dad8a138 100644
--- a/mail/prayer/Makefile
+++ b/mail/prayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 13:55:30 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/28 23:51:19 heinz Exp $
#
DISTNAME= prayer-1.0.8
@@ -34,7 +34,9 @@ pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
post-install:
- ${FIND} -d ${PREFIX}/share/prayer -name CVS -type d -exec ${RM} -r {} \;
+ #${FIND} -d ${PREFIX}/share/prayer -name CVS -type d -exec ${RM} -r {} \;
+ ${FIND} ${PREFIX}/share/prayer -name CVS -type d -print | ${SORT} -r | \
+ ${XARGS} ${RM} -r
.include "../../databases/db4/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"