aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat3x
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-05-24 02:06:57 +0800
committermakc <makc@FreeBSD.org>2010-05-24 02:06:57 +0800
commit74f329a928986132380f1a61c1528d57067f4d31 (patch)
tree52ee2b203ec8f693c479bffc1ab891e57373e270 /misc/compat3x
parent9fbd405950a76e86e6426dd12c261e5f15115be9 (diff)
downloadfreebsd-ports-gnome-74f329a928986132380f1a61c1528d57067f4d31.tar.gz
freebsd-ports-gnome-74f329a928986132380f1a61c1528d57067f4d31.tar.zst
freebsd-ports-gnome-74f329a928986132380f1a61c1528d57067f4d31.zip
Convert LDCONFIG_DIRS to USE_LDCONFIG for unmaintained ports.
PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Diffstat (limited to 'misc/compat3x')
-rw-r--r--misc/compat3x/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile
index be7c246562eb..e92d6817064d 100644
--- a/misc/compat3x/Makefile
+++ b/misc/compat3x/Makefile
@@ -27,8 +27,7 @@ NO_MTREE= yes
TARGET_DIR= ${PREFIX}/lib/compat
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/compat
+USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>