diff options
author | makc <makc@FreeBSD.org> | 2010-05-23 01:06:51 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-23 01:06:51 +0800 |
commit | ee81aef142535d35973d31e51bce19136445b25d (patch) | |
tree | 4e93c70998262b1041d9cf0d90ad77296a82fe7e /misc | |
parent | 49cda33135bd52e618c7a12250f6a263c33cd0c4 (diff) | |
download | freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.tar.gz freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.tar.zst freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.zip |
Remove needless LDCONFIG_DIRS from kde@ ports.
PR: ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kaddressbook-plugins/Makefile | 1 | ||||
-rw-r--r-- | misc/kdeedu3/Makefile | 1 | ||||
-rw-r--r-- | misc/kfile-plugins/Makefile | 1 | ||||
-rw-r--r-- | misc/kicker-applets/Makefile | 1 | ||||
-rw-r--r-- | misc/knewsticker-scripts/Makefile | 1 | ||||
-rw-r--r-- | misc/konq-plugins/Makefile | 1 | ||||
-rw-r--r-- | misc/ksig/Makefile | 1 | ||||
-rw-r--r-- | misc/renamedlgplugins/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/misc/kaddressbook-plugins/Makefile b/misc/kaddressbook-plugins/Makefile index c62807413054..362bc42e3069 100644 --- a/misc/kaddressbook-plugins/Makefile +++ b/misc/kaddressbook-plugins/Makefile @@ -30,7 +30,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index 1d74d5ee0859..e7b7c7269bf0 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -32,7 +32,6 @@ CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} \ --disable-ocamlsolver USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" diff --git a/misc/kfile-plugins/Makefile b/misc/kfile-plugins/Makefile index 3636f675f521..84ac3231ffb8 100644 --- a/misc/kfile-plugins/Makefile +++ b/misc/kfile-plugins/Makefile @@ -27,7 +27,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/kicker-applets/Makefile b/misc/kicker-applets/Makefile index 9d075e609648..e0ca638fdcf1 100644 --- a/misc/kicker-applets/Makefile +++ b/misc/kicker-applets/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/knewsticker-scripts/Makefile b/misc/knewsticker-scripts/Makefile index 5e0b8fdcd084..d145d5f581e4 100644 --- a/misc/knewsticker-scripts/Makefile +++ b/misc/knewsticker-scripts/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/konq-plugins/Makefile b/misc/konq-plugins/Makefile index bdcec81050b7..c5e8c0d090bd 100644 --- a/misc/konq-plugins/Makefile +++ b/misc/konq-plugins/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/ksig/Makefile b/misc/ksig/Makefile index aa3db3a0ad03..5c6f94620cc4 100644 --- a/misc/ksig/Makefile +++ b/misc/ksig/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" diff --git a/misc/renamedlgplugins/Makefile b/misc/renamedlgplugins/Makefile index 2a3b4453260a..80af42358e61 100644 --- a/misc/renamedlgplugins/Makefile +++ b/misc/renamedlgplugins/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 PLIST_SUB+= KDE_VER="${KDE_VERSION}" |