summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-10-03 12:56:48 +0000
committerseb <seb@pkgsrc.org>2003-10-03 12:56:48 +0000
commita7ca42bc594e78087850e635f57302072970e147 (patch)
treeafdc6f17e00494b11d835c1197743265bc25249d /security/cyrus-sasl2
parentedaca2cd735ced6a2ae5f3dfc9943af44259ab51 (diff)
downloadpkgsrc-a7ca42bc594e78087850e635f57302072970e147.tar.gz
Some xargs (Hi Sun) run the command even when stdin is "empty". Compare
'echo | xargs echo' on NetBSD and Solaris... Workaround this in post-extract target's 'rm' by adding a '-f' argument to it. XXX Current upstream tarball does not have .orig files, I could have removed this post-extract target...
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 3e658221bd0..850c0ae10d2 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2003/09/13 19:08:50 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2003/10/03 12:56:48 seb Exp $
#
# This Makefile fragment should be included _below_ and SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-pam
# clean up a bit to help package maintainer produce patch files
post-extract:
${_PKG_SILENT}${_PKG_DEBUG} \
- ${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} -f
# Left here as reference for patch makers...
#pre-configure: