diff options
author | joerg <joerg@pkgsrc.org> | 2013-12-08 22:34:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-12-08 22:34:10 +0000 |
commit | 4e548cfac3a4350e170c4e436d837339b2228a8b (patch) | |
tree | 54a9c70d6cea628806653d41bbd493f609f45cda /security/munge | |
parent | a50fe5b2b64ec79bffdb6e2a6bee77b8abeb1f5f (diff) | |
download | pkgsrc-4e548cfac3a4350e170c4e436d837339b2228a8b.tar.gz |
Fix build.
Diffstat (limited to 'security/munge')
-rw-r--r-- | security/munge/Makefile | 3 | ||||
-rw-r--r-- | security/munge/distinfo | 4 | ||||
-rw-r--r-- | security/munge/patches/patch-src_etc_Makefile.in | 9 |
3 files changed, 11 insertions, 5 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 diff --git a/security/munge/distinfo b/security/munge/distinfo index 9aec9e09352..f9617b16a38 100644 --- a/security/munge/distinfo +++ b/security/munge/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2013/12/06 00:24:10 asau Exp $ +$NetBSD: distinfo,v 1.3 2013/12/08 22:34:10 joerg Exp $ SHA1 (munge-0.5.11.tar.bz2) = 6939ddabc4bc2b3bacdb8bb2bf24766b666d1c0d RMD160 (munge-0.5.11.tar.bz2) = f7908ba980570519dab99f81023201fb0bd3c195 Size (munge-0.5.11.tar.bz2) = 423232 bytes -SHA1 (patch-src_etc_Makefile.in) = f2045da279266e4f89ad9302a72cb2c1875d3840 +SHA1 (patch-src_etc_Makefile.in) = 11a79fd9d5e5b3da76a3c637c3e7cf394acbbe5e diff --git a/security/munge/patches/patch-src_etc_Makefile.in b/security/munge/patches/patch-src_etc_Makefile.in index 50f0e941e3b..cfda949961c 100644 --- a/security/munge/patches/patch-src_etc_Makefile.in +++ b/security/munge/patches/patch-src_etc_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-src_etc_Makefile.in,v 1.2 2013/12/06 00:24:10 asau Exp $ +$NetBSD: patch-src_etc_Makefile.in,v 1.3 2013/12/08 22:34:10 joerg Exp $ --- src/etc/Makefile.in.orig 2013-08-27 18:35:31.000000000 +0000 +++ src/etc/Makefile.in @@ -10,7 +10,7 @@ $NetBSD: patch-src_etc_Makefile.in,v 1.2 2013/12/06 00:24:10 asau Exp $ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ -@@ -465,14 +466,14 @@ distclean-local:: +@@ -465,18 +466,18 @@ distclean-local:: install-data-local: test -d "/etc/rc.d/init.d" \ @@ -29,6 +29,11 @@ $NetBSD: patch-src_etc_Makefile.in,v 1.2 2013/12/06 00:24:10 asau Exp $ $(INSTALL) -m 0755 -d "$(DESTDIR)$${CONFDIR}"; \ $(INSTALL) -m 0644 \ "$(srcdir)/munge.sysconfig" "$(DESTDIR)$${CONFDIR}/munge" +- if test -d "$(libdir)/pkgconfig"; then \ ++ if test -d "${DESTDIR}$(libdir)/pkgconfig"; then \ + $(INSTALL) -m 0755 \ + -d "$(DESTDIR)$(libdir)/pkgconfig"; \ + $(INSTALL) -m 0644 \ @@ -500,8 +501,8 @@ install-data-local: "$(srcdir)/munge-tmpfiles.conf" \ "$(DESTDIR)$(prefix)/lib/tmpfiles.d/munge.conf"; \ |