diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /www | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index f964eaedd1ad..61364961b1e7 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= c_icap USE_AUTOTOOLS= libtool:22 -LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/c_icap SUB_FILES= pkg-install pkg-deinstall |