aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kcd-devel/Makefile
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2007-10-16 01:58:58 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2007-10-16 01:58:58 +0800
commit96cc10a30a7508474b268d960e21643918b6b091 (patch)
treebaeaadc1140a951a23d5009dee1eea64147a8ee9 /misc/kcd-devel/Makefile
parente57f9f050169168742099a76f4284ab821afbba8 (diff)
downloadfreebsd-ports-gnome-96cc10a30a7508474b268d960e21643918b6b091.tar.gz
freebsd-ports-gnome-96cc10a30a7508474b268d960e21643918b6b091.tar.zst
freebsd-ports-gnome-96cc10a30a7508474b268d960e21643918b6b091.zip
- Update to 7.13.1
- Configure sysconfdir to ${PREFIX} Approved by: clsung (mentor, implicit)
Diffstat (limited to 'misc/kcd-devel/Makefile')
-rw-r--r--misc/kcd-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
index fb3cb1ec204c..5ca765d5c3bb 100644
--- a/misc/kcd-devel/Makefile
+++ b/misc/kcd-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kcd-devel
-PORTVERSION= 7.13.0
+PORTVERSION= 7.13.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kcd
@@ -15,12 +15,11 @@ DISTNAME= kcd-${PORTVERSION}
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Change directory in full-screen visual mode
-IGNORE= Attempts to allocate all of memory during configure
-
USE_GETTEXT= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+ --sysconfdir=${PREFIX}/etc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"