diff options
author | grant <grant@pkgsrc.org> | 2004-02-04 01:58:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-04 01:58:35 +0000 |
commit | 03a0132fa99edd46411075215e31d1e468d6bbbd (patch) | |
tree | 8c0e5c3b255b4fb4a0a50c194cc89d8b96eb13ce /devel/isect | |
parent | 09eca416bc2814b186a829d300c27957d8785087 (diff) | |
download | pkgsrc-03a0132fa99edd46411075215e31d1e468d6bbbd.tar.gz |
replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
remove duplicate USE_PKGINSTALL. whitespace cleanup.
Diffstat (limited to 'devel/isect')
-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 |