summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authortv <tv>2006-01-23 17:28:41 +0000
committertv <tv>2006-01-23 17:28:41 +0000
commitcbed87d946e4eec2d10bb6235d764a7c91c0b84c (patch)
tree9ab5ab3cb5d14159d10baa57f33dd7ed251b72f3 /mail/sendmail
parent87a929b505c355f66585c04e9c515e8a086dcdb1 (diff)
downloadpkgsrc-cbed87d946e4eec2d10bb6235d764a7c91c0b84c.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 \