summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-23 17:28:41 +0000
committertv <tv@pkgsrc.org>2006-01-23 17:28:41 +0000
commit84847331e878053341ecda829f0c45f1cb0cb4e2 (patch)
tree9ab5ab3cb5d14159d10baa57f33dd7ed251b72f3 /mail/sendmail
parent7f438a219dbbc91bb5ff28241c3ee9ddc83e169b (diff)
downloadpkgsrc-84847331e878053341ecda829f0c45f1cb0cb4e2.tar.gz
Skip ".orig" files in the pax copy, in case local patches (or possible
pkgsrc patches) patch things in cf/.
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 52620e8054e..2b7fb2dfd85 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2006/01/18 21:00:48 adrianp Exp $
+# $NetBSD: Makefile,v 1.83 2006/01/23 17:28:41 tv Exp $
.include "../../mail/sendmail/Makefile.common"
@@ -65,7 +65,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sendmail
${INSTALL_DATA} ${WRKDIR}/mailer.conf \
${PREFIX}/share/examples/sendmail/
- cd ${WRKSRC}/cf && ${PAX} -rw -pp -pm . ${PREFIX}/share/sendmail
+ cd ${WRKSRC}/cf && ${PAX} -rw -pp -pm -s',^.*\.orig$$,,' . ${PREFIX}/share/sendmail
${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/sendmail
${INSTALL_DATA} ${WRKSRC}/obj.`${UNAME} -srm | ${TR} \ . | ${TR} \/ - | ${SED} s/sun4./sun4/`/libsm/libsm.a \