diff options
author | makc <makc@FreeBSD.org> | 2010-05-24 02:06:57 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-24 02:06:57 +0800 |
commit | 74f329a928986132380f1a61c1528d57067f4d31 (patch) | |
tree | 52ee2b203ec8f693c479bffc1ab891e57373e270 /misc | |
parent | 9fbd405950a76e86e6426dd12c261e5f15115be9 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |