From 96cc10a30a7508474b268d960e21643918b6b091 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Mon, 15 Oct 2007 17:58:58 +0000 Subject: - Update to 7.13.1 - Configure sysconfdir to ${PREFIX} Approved by: clsung (mentor, implicit) --- misc/kcd-devel/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'misc/kcd-devel/Makefile') 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" -- cgit