diff options
author | jperkin <jperkin> | 2016-02-25 15:00:50 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-02-25 15:00:50 +0000 |
commit | be469fb4a548bb1892d9f62908cf0c7f15a7d70d (patch) | |
tree | e303acd59cb37500c85db45927b7c3213588d3ca /mail/mini_sendmail | |
parent | f1697a224cedcdc49c0b0c99b16590aee26322ce (diff) | |
download | pkgsrc-be469fb4a548bb1892d9f62908cf0c7f15a7d70d.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'mail/mini_sendmail')
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index b935c1eefb6..12738041351 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2014/10/09 14:06:39 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2016/02/25 15:00:50 jperkin Exp $ # DISTNAME= mini_sendmail-1.3.6 @@ -16,11 +16,7 @@ EGDIR= share/examples/mini_sendmail INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin ${EGDIR} -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == SunOS) -MAKE_ENV+="SYSV_LIBS=-lsocket -lnsl" -.endif +MAKE_ENV.SunOS+= "SYSV_LIBS=-lsocket -lnsl" post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ |