diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-28 11:26:25 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-28 11:26:25 +0800 |
commit | 2928edd19a929f4c95efca4ea5ea9b3c00daf2d7 (patch) | |
tree | 787b0ddcea9b37fc7d632b9b5b43cf323f2882b0 /devel | |
parent | 8cab0d0774c30070942cc82ba3533067a0c67d6f (diff) | |
download | freebsd-ports-gnome-2928edd19a929f4c95efca4ea5ea9b3c00daf2d7.tar.gz freebsd-ports-gnome-2928edd19a929f4c95efca4ea5ea9b3c00daf2d7.tar.zst freebsd-ports-gnome-2928edd19a929f4c95efca4ea5ea9b3c00daf2d7.zip |
${X11BASE}/libdata/pkgconfig was added to mtree, so we no longer need to
handle it here.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkg-config/Makefile | 2 | ||||
-rw-r--r-- | devel/pkg-config/pkg-plist | 3 | ||||
-rw-r--r-- | devel/pkgconfig/Makefile | 2 | ||||
-rw-r--r-- | devel/pkgconfig/pkg-plist | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 908b51dfe664..85f974a5103a 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -25,7 +25,7 @@ LIBTOOLFLAGS= --disable-ltlibs \ CONFIGURE_ARGS= --disable-threads MAKE_ENV= PKGCONF_BUILD=yes -PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +PLIST_SUB= LOCALBASE=${LOCALBASE} MAN1= pkg-config.1 diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist index d56d4b925198..eb5051550db8 100644 --- a/devel/pkg-config/pkg-plist +++ b/devel/pkg-config/pkg-plist @@ -4,6 +4,5 @@ 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 %%LOCALBASE%%/libdata/pkgconfig or %%X11BASE%%/libdata/pkgconfig" +@unexec echo "If you are only upgrading, do not remove %%LOCALBASE%%/libdata/pkgconfig" @unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true -@unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 908b51dfe664..85f974a5103a 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -25,7 +25,7 @@ LIBTOOLFLAGS= --disable-ltlibs \ CONFIGURE_ARGS= --disable-threads MAKE_ENV= PKGCONF_BUILD=yes -PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +PLIST_SUB= LOCALBASE=${LOCALBASE} MAN1= pkg-config.1 diff --git a/devel/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist index d56d4b925198..eb5051550db8 100644 --- a/devel/pkgconfig/pkg-plist +++ b/devel/pkgconfig/pkg-plist @@ -4,6 +4,5 @@ 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 %%LOCALBASE%%/libdata/pkgconfig or %%X11BASE%%/libdata/pkgconfig" +@unexec echo "If you are only upgrading, do not remove %%LOCALBASE%%/libdata/pkgconfig" @unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true -@unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true |