From 196cdc5f750abb61a466e6466064c4784a176e75 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 13 Aug 2001 06:55:41 +0000 Subject: Correctly create (upon installation) and remove (on deinstall) the pkgconfig directory. --- devel/pkgconfig/Makefile | 5 ++++- devel/pkgconfig/pkg/PLIST | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'devel/pkgconfig') diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index b6528846ec1..5182897dc33 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/13 06:55:41 rh Exp $ # DISTNAME= pkgconfig-0.8.0 @@ -16,4 +16,7 @@ post-configure: ${RM} -f ${WRKSRC}/libtool ${LN} -s ${LOCALBASE}/bin/libtool ${WRKSRC} +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig + .include "../../mk/bsd.pkg.mk" diff --git a/devel/pkgconfig/pkg/PLIST b/devel/pkgconfig/pkg/PLIST index 97660864a6c..601bd247afc 100644 --- a/devel/pkgconfig/pkg/PLIST +++ b/devel/pkgconfig/pkg/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/08/13 06:55:41 rh Exp $ bin/pkg-config man/man1/pkg-config.1 share/aclocal/pkg.m4 +@exec mkdir -p %D/lib/pkgconfig +@dirrm lib/pkgconfig -- cgit v1.2.3