diff options
author | grant <grant> | 2004-02-04 01:58:35 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-04 01:58:35 +0000 |
commit | f640c1ec5d326d08ad85ea3b6895760e7bba35a8 (patch) | |
tree | 8c0e5c3b255b4fb4a0a50c194cc89d8b96eb13ce | |
parent | 11e67d397979462509472532a5e07b2b5d4f991b (diff) | |
download | pkgsrc-f640c1ec5d326d08ad85ea3b6895760e7bba35a8.tar.gz |
replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
remove duplicate USE_PKGINSTALL. whitespace cleanup.
-rw-r--r-- | devel/isect/Makefile | 17 |
1 files 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 |