summaryrefslogtreecommitdiff
path: root/mail/sendmail/Makefile
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-10-19 08:51:31 +0000
committerveego <veego@pkgsrc.org>2001-10-19 08:51:31 +0000
commitd6a58b0b42a44aadf28f4a12d50e2fefc30e8b37 (patch)
tree99f0c33a62aa39f2a82f547f965c2161d9c04f7e /mail/sendmail/Makefile
parent62f2c923fe5a1751d2630a534a10f2b118e8dd9a (diff)
downloadpkgsrc-d6a58b0b42a44aadf28f4a12d50e2fefc30e8b37.tar.gz
Switch back to one PLIST file by adding a site.config.m4-solaris for the
manpage extensions and directories.
Diffstat (limited to 'mail/sendmail/Makefile')
-rw-r--r--mail/sendmail/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index da0e6a590e0..6903f12391d 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2001/09/09 16:41:40 taca Exp $
+# $NetBSD: Makefile,v 1.41 2001/10/19 08:51:31 veego Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6nb1
@@ -72,6 +72,9 @@ post-patch:
${CAT} ${FILESDIR}/site.config.m4-tcpwrappers >> ${SITECONFIG}
${ECHO} -n ' TCPWRAPPERS' >> ${DESCR_SRC}
.endif
+.if ${OPSYS} == "SunOS"
+ ${CAT} ${FILESDIR}/site.config.m4-solaris >> ${SITECONFIG}
+.endif
.if defined(USE_LDAP) && ${USE_LDAP} == YES
${CAT} ${FILESDIR}/site.config.m4-ldap >> ${SITECONFIG}
${ECHO} -n ' LDAP' >> ${DESCR_SRC}
@@ -92,7 +95,7 @@ do-build:
post-build:
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
<${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.sendmail
- ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC}
+ ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
${CP} ${PKGDIR}/MESSAGE ${MESSAGE_SRC}
.if ${USE_DB2} == YES
${ECHO} "" >> ${MESSAGE_SRC}