From 960ae9a6ec3cf1d59a3cb4a733c9051bc07a910e Mon Sep 17 00:00:00 2001 From: wiedi Date: Sat, 14 Jun 2014 10:13:05 +0000 Subject: fix SMF Manifest installation by not overwriting INSTALLATION_DIRS --- mail/amavisd-new/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/amavisd-new/Makefile') diff --git a/mail/amavisd-new/Makefile b/mail/amavisd-new/Makefile index 00eed04f6a4..15f58c46fc9 100644 --- a/mail/amavisd-new/Makefile +++ b/mail/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/06/14 10:13:05 wiedi Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -117,7 +117,7 @@ SUBST_SED.amavisd+= -e "s|@AMAVIS_QUARANTINE@|${AMAVIS_QUARANTINE}|g" SUBST_SED.amavisd+= -e "s|@LOCALBASE@|${LOCALBASE}|g" SUBST_SED.amavisd+= -e "s|@PREFIX@|${PREFIX}|g" -INSTALLATION_DIRS= sbin ${DOCDIR} ${EGDIR} +INSTALLATION_DIRS+= sbin ${DOCDIR} ${EGDIR} do-install: .if !empty(PKG_OPTIONS:Mmilter) -- cgit v1.2.3