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 /arabic | |
parent | 9fbd405950a76e86e6426dd12c261e5f15115be9 (diff) | |
download | freebsd-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 'arabic')
-rw-r--r-- | arabic/libitl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arabic/libitl/Makefile b/arabic/libitl/Makefile index cedbb110d101..125cd8ca16cb 100644 --- a/arabic/libitl/Makefile +++ b/arabic/libitl/Makefile @@ -14,8 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An API abstraction to common Islamic calculations GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/itl +USE_LDCONFIG= ${PREFIX}/lib/itl MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |