summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-22 05:00:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-22 05:00:39 +0800
commit54615153bcf6a10ed1007192d60facccd2351ac1 (patch)
tree7a5c2bacd01eeac4b008b62a28a2e8dc7cdf1da0 /devel
parentb334933050f832e39aa6d6298a6b4db8858dd60f (diff)
downloadmarcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar.gz
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar.bz2
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar.lz
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar.xz
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.tar.zst
marcuscom-ports-54615153bcf6a10ed1007192d60facccd2351ac1.zip
These files should be removed a long time ago.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17196 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/pkg-descr14
-rw-r--r--devel/pkg-config/pkg-plist6
2 files changed, 0 insertions, 20 deletions
diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr
deleted file mode 100644
index 6b95074cc..000000000
--- a/devel/pkg-config/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-The pkg-config program is used to retrieve information about installed
-libraries in the system. It is typically used to compile and link against one
-or more libraries. It's more useful to the compilation process than to
-the end-user.
-
-pkg-config retrieves information about packages from special metadata files.
-These files are named after the package, with the extension .pc. By default,
-pkg-config looks for these files in the following directories:
-${PREFIX}/libdata/pkgconfig, ${PREFIX}/lib/pkgconfig,
-${LOCALBASE}/libdata/pkgconfig, and ${LOCALBASE}/lib/pkgconfig; it will also
-look in the list of directories specified by the PKG_CONFIG_PATH environment
-variable.
-
-WWW: http://pkgconfig.freedesktop.org/wiki/
diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist
deleted file mode 100644
index a79e00f7b..000000000
--- a/devel/pkg-config/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/pkg-config
-share/aclocal/pkg.m4
-%%DOCSDIR%%/pkg-config-guide.html
-@dirrm %%DOCSDIR%%
-@dirrmtry lib/pkgconfig
-@unexec rmdir %%LOCALBASE%%/lib/pkgconfig 2>/dev/null || true