diff options
author | abs <abs@pkgsrc.org> | 2003-09-02 11:23:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-09-02 11:23:30 +0000 |
commit | e31f2b3819502da3026f5f1163c15dca69e347c5 (patch) | |
tree | c4a3b9eec5ef26a118c7e2580b3d9f25a767c575 /mail | |
parent | c1f5bb9ee8ee0d0f838d3aa12f5c50a3700a83cd (diff) | |
download | pkgsrc-e31f2b3819502da3026f5f1163c15dca69e347c5.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile.common | 11 | ||||
-rw-r--r-- | mail/exim/PLIST | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index d38b85f7958..f03fe8e9a71 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -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_PERL5= yes USE_BUILDLINK2= yes USE_PKGINSTALL= yes -MAKE_ENV+= SSLBASE=${SSLBASE:Q} +MAKE_ENV+= SSLBASE=${SSLBASE:Q} EXIM_VERSION= 4.22 @@ -19,11 +19,12 @@ EXTRACT_SUFX= .tar.bz2 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/log/exim ${EXIM_USER} ${EXIM_GROUP} 0750 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 --git a/mail/exim/PLIST b/mail/exim/PLIST index 6c844cd86fd..85aa7e74f7f 100644 --- a/mail/exim/PLIST +++ b/mail/exim/PLIST @@ -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 |