aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-28 11:28:02 +0800
committermarcus <marcus@FreeBSD.org>2004-12-28 11:28:02 +0800
commit464b159ae7c6a5cca9576bedd5f67ed3db6c9752 (patch)
tree74239e6c8704b48ee0cd346a32e22414d181e391 /devel
parent75ca99bb6a43e9cdf2cd1f68e8ab63fb4aa2bf1e (diff)
downloadfreebsd-ports-gnome-464b159ae7c6a5cca9576bedd5f67ed3db6c9752.tar.gz
freebsd-ports-gnome-464b159ae7c6a5cca9576bedd5f67ed3db6c9752.tar.zst
freebsd-ports-gnome-464b159ae7c6a5cca9576bedd5f67ed3db6c9752.zip
We don't need to distinuish between %%LOCALBASE%% and %D anymore in the plist.
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/Makefile2
-rw-r--r--devel/pkg-config/pkg-plist4
-rw-r--r--devel/pkgconfig/Makefile2
-rw-r--r--devel/pkgconfig/pkg-plist4
4 files changed, 4 insertions, 8 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 85f974a5103a..67d682b91141 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -25,8 +25,6 @@ LIBTOOLFLAGS= --disable-ltlibs \
CONFIGURE_ARGS= --disable-threads
MAKE_ENV= PKGCONF_BUILD=yes
-PLIST_SUB= LOCALBASE=${LOCALBASE}
-
MAN1= pkg-config.1
post-install:
diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist
index eb5051550db8..1817d372156b 100644
--- a/devel/pkg-config/pkg-plist
+++ b/devel/pkg-config/pkg-plist
@@ -4,5 +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"
-@unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true
+@unexec echo "If you are only upgrading, do not remove %D/libdata/pkgconfig"
+@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 85f974a5103a..67d682b91141 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -25,8 +25,6 @@ LIBTOOLFLAGS= --disable-ltlibs \
CONFIGURE_ARGS= --disable-threads
MAKE_ENV= PKGCONF_BUILD=yes
-PLIST_SUB= LOCALBASE=${LOCALBASE}
-
MAN1= pkg-config.1
post-install:
diff --git a/devel/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist
index eb5051550db8..1817d372156b 100644
--- a/devel/pkgconfig/pkg-plist
+++ b/devel/pkgconfig/pkg-plist
@@ -4,5 +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"
-@unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true
+@unexec echo "If you are only upgrading, do not remove %D/libdata/pkgconfig"
+@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true