diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-26 22:50:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-26 22:50:32 +0000 |
commit | 60c8592291c00ab915a70b5505d5d8586b06629f (patch) | |
tree | bd3dd7917656451d4fb410f15e807dc02a17e3a8 /sysutils/cfengine/Makefile | |
parent | 5b4b9ee12a4ac2ebbb0aff7c3f1b9ccd2a5a2fd7 (diff) | |
download | pkgsrc-60c8592291c00ab915a70b5505d5d8586b06629f.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'sysutils/cfengine/Makefile')
-rw-r--r-- | sysutils/cfengine/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index e7a213c780c..1e75ac3ed2f 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/12 12:47:30 seb Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/26 22:50:32 jlam Exp $ # DISTNAME= cfengine-1.6.3 @@ -7,10 +7,11 @@ MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ ftp://ftp.cfengine.webmotion.net/pub/cfengine/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.iu.hio.no/cfengine/ +HOMEPAGE= http://www.cfengine.org/ COMMENT= Automate configuration and administration of large systems -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --without-pthreads +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --without-pthreads .include "../../mk/bsd.pkg.mk" |