aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabic/libitl/Makefile3
-rw-r--r--audio/xmms-infopipe/Makefile4
-rw-r--r--devel/sfslite/Makefile3
-rw-r--r--misc/compat3x/Makefile3
-rw-r--r--textproc/lemmatizer/Makefile4
5 files changed, 5 insertions, 12 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>
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile
index e42a0e711f53..40365716cfc5 100644
--- a/audio/xmms-infopipe/Makefile
+++ b/audio/xmms-infopipe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms-infopipe
PORTVERSION= 1.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,12 +21,10 @@ RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
LIBDIR?= ${PREFIX}/lib/xmms/General
SRCLIBDIR?= src/.libs
-LDCONFIG_DIRS= %%LOCALBASE%%/lib/xmms/General
PLIST_FILES= lib/xmms/General/libinfopipe.so
post-patch:
diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile
index 52f8231c9249..3f9e4b60c02e 100644
--- a/devel/sfslite/Makefile
+++ b/devel/sfslite/Makefile
@@ -45,8 +45,7 @@ RPCC_BIN?= bin
CONFIGURE_ARGS += --enable-system-bin
.endif # define(BUILD_MODE)
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}/${BUILD_MODE}
+USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${BUILD_MODE}
CONFIGURE_ARGS+=--with-mode=${BUILD_MODE}
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>
diff --git a/textproc/lemmatizer/Makefile b/textproc/lemmatizer/Makefile
index 8707b1e8215e..ccb28ec2319f 100644
--- a/textproc/lemmatizer/Makefile
+++ b/textproc/lemmatizer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lemmatizer
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://reki.ru/products/lemmatizer/
DISTFILES= lemmatizer-1.0.tar.gz \
@@ -28,9 +29,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-datadir=${DB_DIR}
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib
-
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"