From f640c1ec5d326d08ad85ea3b6895760e7bba35a8 Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 4 Feb 2004 01:58:35 +0000 Subject: replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on Solaris. remove duplicate USE_PKGINSTALL. whitespace cleanup. --- devel/isect/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 69f0ba7bc58..c9bd5442810 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/08/30 22:51:14 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2004/02/04 01:58:35 grant Exp $ # DISTNAME= isect-1.6.2 @@ -10,14 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://isectd.sourceforge.net/ COMMENT= Open source middleware daemon -GNU_CONFIGURE= yes -USE_BUILDLINK2= yes -USE_PKGINSTALL= yes -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig -PTHREAD_OPTS+= require -USE_PKGINSTALL= YES -INFO_FILES= isect.info +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGINSTALL= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PTHREAD_OPTS+= require +INFO_FILES= isect.info RCD_SCRIPTS= isect -- cgit v1.2.3