summaryrefslogtreecommitdiff
path: root/security/spiped
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-17 04:03:51 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-17 04:03:51 +0000
commit7ecff942a476307e79fea4f8f218a5d1f0fcfb6c (patch)
tree118701ae192033de67afe00d56ce665bd45849f7 /security/spiped
parentaa5b7cd1a73447aab0a3b510ecbc8da507ca897d (diff)
downloadpkgsrc-7ecff942a476307e79fea4f8f218a5d1f0fcfb6c.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'security/spiped')
-rw-r--r--security/spiped/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/spiped/Makefile b/security/spiped/Makefile
index 8c4f0a0fdc1..0932e06b4e5 100644
--- a/security/spiped/Makefile
+++ b/security/spiped/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/06/12 23:05:28 wiedi Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/17 04:03:51 wiedi Exp $
DISTNAME= spiped-1.3.1
PKGREVISION= 2
@@ -21,7 +21,7 @@ CFLAGS.SunOS+= -D__EXTENSIONS__
MAKE_ENV+= LDADD_EXTRA="-lsocket -lnsl"
.endif
-INSTALLATION_DIRS= share/doc/spiped ${PKGMANDIR}/man1
+INSTALLATION_DIRS+= share/doc/spiped ${PKGMANDIR}/man1
SMF_METHODS= spiped
.if ${INIT_SYSTEM} == "smf"