pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim Tweak to PLIST (& PLIST_SUBST) to support ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a910e4a90538
branches:  trunk
changeset: 460659:a910e4a90538
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 02 11:23:30 2003 +0000

description:
Tweak to PLIST (& PLIST_SUBST) to support exim-exiscan. No change to exim
package, so will let this ride on the update made a few minutes ago.

diffstat:

 mail/exim/Makefile.common |  11 ++++++-----
 mail/exim/PLIST           |   4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 9ef3c5c809e3 -r a910e4a90538 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Tue Sep 02 11:20:56 2003 +0000
+++ b/mail/exim/Makefile.common Tue Sep 02 11:23:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2003/09/02 10:33:38 abs Exp $
+# $NetBSD: Makefile.common,v 1.2 2003/09/02 11:23:30 abs Exp $
 
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -8,7 +8,7 @@
 USE_BUILDLINK2= yes
 USE_PKGINSTALL= yes
 
-MAKE_ENV+=      SSLBASE=${SSLBASE:Q}
+MAKE_ENV+=     SSLBASE=${SSLBASE:Q}
 
 EXIM_VERSION=  4.22
 
@@ -19,11 +19,12 @@
 
 BUILD_DEFS=            EXIM_USER EXIM_GROUP
 
-PKG_SYSCONFSUBDIR?=      exim
+PKG_SYSCONFSUBDIR?=     exim
 EXAMPLESDIR=           ${PREFIX}/share/examples/exim
 CONF_FILES=            ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases
 CONF_FILES+=           ${EXAMPLESDIR}/configure ${PKG_SYSCONFDIR}/configure
-MESSAGE_SUBST+=         EXAMPLESDIR="${EXAMPLESDIR}"
+MESSAGE_SUBST+=                EXAMPLESDIR="${EXAMPLESDIR}"
+PLIST_SUBST+=          DISTNAME="${DISTNAME}"
 
 RCD_SCRIPTS=           exim
 
@@ -31,7 +32,7 @@
 OWN_DIRS_PERMS+=       /var/spool/exim ${EXIM_USER} ${EXIM_GROUP} 0750
 
 # XXX: The following will be handled by buildlink2 at some point.
-CFLAGS+=                ${_STRIPFLAG_CC}
+CFLAGS+=               ${_STRIPFLAG_CC}
 
 pre-patch:
        ${MKDIR} ${WRKSRC}/Local
diff -r 9ef3c5c809e3 -r a910e4a90538 mail/exim/PLIST
--- a/mail/exim/PLIST   Tue Sep 02 11:20:56 2003 +0000
+++ b/mail/exim/PLIST   Tue Sep 02 11:23:30 2003 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2003/09/02 10:33:38 abs Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/09/02 11:23:31 abs Exp $
 etc/rc.d/exim
 man/man8/exim.8
 sbin/exicyclog
 sbin/exigrep
 sbin/exim
-sbin/${PKGNAME}-1
+sbin/${DISTNAME}-1
 sbin/exim_checkaccess
 sbin/exim_dbmbuild
 sbin/exim_dumpdb



Home | Main Index | Thread Index | Old Index