diff options
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 |