From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/pkgconfig/DESCR | 6 ++++++ devel/pkgconfig/PLIST | 6 ++++++ devel/pkgconfig/pkg/DESCR | 6 ------ devel/pkgconfig/pkg/PLIST | 6 ------ 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 devel/pkgconfig/DESCR create mode 100644 devel/pkgconfig/PLIST delete mode 100644 devel/pkgconfig/pkg/DESCR delete mode 100644 devel/pkgconfig/pkg/PLIST (limited to 'devel/pkgconfig') diff --git a/devel/pkgconfig/DESCR b/devel/pkgconfig/DESCR new file mode 100644 index 00000000000..b7be80c587c --- /dev/null +++ b/devel/pkgconfig/DESCR @@ -0,0 +1,6 @@ + pkg-config is a system for managing library compile/link flags that +works with automake and autoconf. It replaces the ubiquitous *-config +scripts you may have seen with a single tool. + + Despite its name, this project is not related to the NetBSD package +system! diff --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST new file mode 100644 index 00000000000..0c5566e048e --- /dev/null +++ b/devel/pkgconfig/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:31:32 zuntum Exp $ +bin/pkg-config +man/man1/pkg-config.1 +share/aclocal/pkg.m4 +@exec mkdir -p %D/lib/pkgconfig +@dirrm lib/pkgconfig diff --git a/devel/pkgconfig/pkg/DESCR b/devel/pkgconfig/pkg/DESCR deleted file mode 100644 index b7be80c587c..00000000000 --- a/devel/pkgconfig/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ - pkg-config is a system for managing library compile/link flags that -works with automake and autoconf. It replaces the ubiquitous *-config -scripts you may have seen with a single tool. - - Despite its name, this project is not related to the NetBSD package -system! diff --git a/devel/pkgconfig/pkg/PLIST b/devel/pkgconfig/pkg/PLIST deleted file mode 100644 index 601bd247afc..00000000000 --- a/devel/pkgconfig/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@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