aboutsummaryrefslogtreecommitdiffstats
path: root/misc
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
parent9fbd405950a76e86e6426dd12c261e5f15115be9 (diff)
downloadfreebsd-ports-graphics-74f329a928986132380f1a61c1528d57067f4d31.tar.gz
freebsd-ports-graphics-74f329a928986132380f1a61c1528d57067f4d31.tar.zst
freebsd-ports-graphics-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')
-rw-r--r--misc/compat3x/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile
index be7c246562e..e92d6817064 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>