aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-16 08:59:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-16 08:59:34 +0000
commit95670caf7f1d63caec12b9a314d50c0cb76bae0c (patch)
tree4b23a2a4d11459130be23dec145a48c96693263b /devel/pkg-config
parent0024ee3a9226daebb1abd7390bc3626f0abd3c2f (diff)
downloadports-95670caf7f1d63caec12b9a314d50c0cb76bae0c.tar.gz
ports-95670caf7f1d63caec12b9a314d50c0cb76bae0c.zip
Notes
Diffstat (limited to 'devel/pkg-config')
-rw-r--r--devel/pkg-config/Makefile3
-rw-r--r--devel/pkg-config/pkg-plist6
2 files changed, 0 insertions, 9 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index f2074704160c..742b418057fe 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -28,7 +28,4 @@ MAN1= pkg-config.1
CONFIGURE_ARGS= --disable-threads \
--with-pc-path="${PREFIX}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig:${X11BASE}/libdata/pkgconfig"
-post-install:
- ${MKDIR} ${PREFIX}/libdata/pkgconfig
-
.include <bsd.port.post.mk>
diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist
index 1817d372156b..19fec741c7d7 100644
--- a/devel/pkg-config/pkg-plist
+++ b/devel/pkg-config/pkg-plist
@@ -1,8 +1,2 @@
-@exec mkdir -p %D/libdata/pkgconfig
bin/pkg-config
share/aclocal/pkg.m4
-@comment The files in these directories should only be removed if you
-@comment remove the complete GNOME installation. If this is only an
-@comment upgrade, don't throw them out!
-@unexec echo "If you are only upgrading, do not remove %D/libdata/pkgconfig"
-@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true