aboutsummaryrefslogtreecommitdiff
path: root/palm/jpilot/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
commita74e175192310b620d3709e574997fd045e83264 (patch)
treef081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /palm/jpilot/Makefile
parent8a0edbe4ef8a4ab8fe26b2c705807dc53f8cc57f (diff)
downloadports-a74e175192310b620d3709e574997fd045e83264.tar.gz
ports-a74e175192310b620d3709e574997fd045e83264.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)
Notes
Notes: svn path=/head/; revision=256132
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r--palm/jpilot/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index 5f28790dd3b4..6579d853c13b 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jpilot
PORTVERSION= 1.6.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES+= palm comms
MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
http://jpilot.org/
@@ -25,8 +25,6 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE}
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes