diff options
author | markd <markd@pkgsrc.org> | 2003-08-11 11:41:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-08-11 11:41:51 +0000 |
commit | e01278155b7547cb5e71be03587a6bca9e98681c (patch) | |
tree | fc5d6c096c7f90de2200c322c2f2f2448941cf19 | |
parent | 95c38420601d83072404e243d26ca17e190cbfbb (diff) | |
download | pkgsrc-e01278155b7547cb5e71be03587a6bca9e98681c.tar.gz |
All sun4's are created equal (as far as sendmail is concerned).
-rw-r--r-- | mail/sendmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 02faad98393..529e3789b08 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2003/06/10 09:56:17 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2003/08/11 11:41:51 markd Exp $ .include "../../mail/sendmail/Makefile.common" @@ -96,10 +96,10 @@ post-install: ${MV} -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || ${TRUE} .endif .if defined(USE_MILTER) && ${USE_MILTER} == "YES" - ${INSTALL_DATA} ${WRKSRC}/obj.`uname -srm | ${TR} \ .`/libsm/libsm.a \ + ${INSTALL_DATA} ${WRKSRC}/obj.`uname -srm | ${TR} \ . | ${SED} s/sun4./sun4/`/libsm/libsm.a \ ${PREFIX}/lib ${INSTALL_DATA} \ - ${WRKSRC}/obj.`uname -srm | ${TR} \ .`/libsmutil/libsmutil.a \ + ${WRKSRC}/obj.`uname -srm | ${TR} \ . | ${SED} s/sun4./sun4/`/libsmutil/libsmutil.a \ ${PREFIX}/lib ${ECHO} "lib/libsm.a" >> ${WRKDIR}/.PLIST_SRC ${ECHO} "lib/libsmutil.a" >> ${WRKDIR}/.PLIST_SRC |