diff options
author | tv <tv@pkgsrc.org> | 2006-01-23 17:28:41 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-01-23 17:28:41 +0000 |
commit | 9c4eaf5cd0d856b3457c3aac56a54591deb8bc75 (patch) | |
tree | 9ab5ab3cb5d14159d10baa57f33dd7ed251b72f3 /mail | |
parent | 4f73e8f66e594d37619169fb1a24ff7a1e8db585 (diff) | |
download | pkgsrc-9c4eaf5cd0d856b3457c3aac56a54591deb8bc75.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')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
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 \ |