diff options
author | wiz <wiz> | 2005-08-01 15:30:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-08-01 15:30:52 +0000 |
commit | a9e39a4c02a063c188d03f6eb109bc646106fd60 (patch) | |
tree | 66646aaa4319d1440bce8b0af6e47377e198fce1 | |
parent | 036063e689388eaee2b7ab0e9a2d3dc92335556f (diff) | |
download | pkgsrc-a9e39a4c02a063c188d03f6eb109bc646106fd60.tar.gz |
Adapt for socketmap -> sendmail-socketmap.
-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 52a9e2dd601..ca4d871e5c3 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2005/07/18 21:33:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.78 2005/08/01 15:30:52 wiz Exp $ .include "../../mail/sendmail/Makefile.common" @@ -39,7 +39,7 @@ post-patch: make-sendmail-siteconfig .if !empty(PKG_OPTIONS:Msasl) @${CAT} ${FILESDIR}/site.config.m4-sasl2 >>${SITECONFIG} .endif -.if !empty(PKG_OPTIONS:Msocketmap) +.if !empty(PKG_OPTIONS:Msendmail-socketmap) @${CAT} ${FILESDIR}/site.config.m4-socketmap >>${SITECONFIG} PLIST_SRC+= ${PKGDIR}/PLIST.socketmap .endif @@ -74,7 +74,7 @@ post-install: ${WRKSRC}/obj.`${UNAME} -srm | ${TR} \ . | ${TR} \/ - | ${SED} s/sun4./sun4/`/libsmutil/libsmutil.a \ ${PREFIX}/lib -.if !empty(PKG_OPTIONS:Msocketmap) +.if !empty(PKG_OPTIONS:Msendmail-socketmap) ${INSTALL_SCRIPT} ${WRKSRC}/contrib/socketmapClient.pl \ ${PREFIX}/share/examples/sendmail ${INSTALL_SCRIPT} ${WRKSRC}/contrib/socketmapServer.pl \ |