diff options
author | pav <pav@FreeBSD.org> | 2005-05-16 16:59:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-16 16:59:34 +0800 |
commit | d1d0e445d3d597e05fcb59e62333bb51445024a9 (patch) | |
tree | 40d6e9972190516d92e33356e4e9ccfe352dcc35 /devel/pkgconfig | |
parent | e36f8ce95cfc4921445206ddc654c8f13dd72ac6 (diff) | |
download | freebsd-ports-gnome-d1d0e445d3d597e05fcb59e62333bb51445024a9.tar.gz freebsd-ports-gnome-d1d0e445d3d597e05fcb59e62333bb51445024a9.tar.zst freebsd-ports-gnome-d1d0e445d3d597e05fcb59e62333bb51445024a9.zip |
- libdata/pkgconfig is now part of mtree
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 3 | ||||
-rw-r--r-- | devel/pkgconfig/pkg-plist | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index f2074704160c..742b418057fe 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/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/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist index 1817d372156b..19fec741c7d7 100644 --- a/devel/pkgconfig/pkg-plist +++ b/devel/pkgconfig/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 |