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.
This commit is contained in:
parent
c1f5bb9ee8
commit
e31f2b3819
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue