diff options
Diffstat (limited to 'security/munge/Makefile')
-rw-r--r-- | security/munge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/munge/Makefile b/security/munge/Makefile index 7b2b34863a8..28e731f6871 100644 --- a/security/munge/Makefile +++ b/security/munge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/12/06 00:24:10 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/08 22:34:10 joerg Exp $ DISTNAME= munge-0.5.11 CATEGORIES= security @@ -13,6 +13,7 @@ USE_TOOLS= perl pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=$(VARBASE) +INSTALLATION_DIRS+= lib/pkgconfig OWN_DIRS= $(VARBASE)/lib/munge $(VARBASE)/log/munge $(VARBASE)/run/munge |