summaryrefslogtreecommitdiff
path: root/mail/amavisd-new/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-14 10:13:05 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-14 10:13:05 +0000
commit960ae9a6ec3cf1d59a3cb4a733c9051bc07a910e (patch)
tree79b9e264d6cefdba7a20bbd123c15e55f08dd7a1 /mail/amavisd-new/Makefile
parentb2e397389257edcd81cea3310a0dff553927a680 (diff)
downloadpkgsrc-960ae9a6ec3cf1d59a3cb4a733c9051bc07a910e.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'mail/amavisd-new/Makefile')
-rw-r--r--mail/amavisd-new/Makefile4
1 files changed, 2 insertions, 2 deletions
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)