From 190c7d6e27c10c1a9e68377b929d9c26fa131099 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 25 Jun 2000 07:22:45 +0000 Subject: [PATCH] - remove FAKE=Yes - add HOMEPAGE - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST --- devel/autoconf/Makefile | 12 ++++++------ devel/autoconf/pkg/DESCR | 2 ++ devel/autoconf/pkg/PLIST | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 7cfcae4b1d4..0d31c2b6bfe 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.20 2000/03/30 01:46:58 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2000/06/25 07:22:45 brad Exp $ DISTNAME= autoconf-2.13 CATEGORIES= devel -NEED_VERSION= 1.223 +NEED_VERSION= 1.301 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf +HOMEPAGE= http://www.gnu.org/software/autoconf/ + MAINTAINER= espie@cvs.openbsd.org # GPL @@ -15,10 +17,8 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes SEPARATE_BUILD= concurrent -HAS_CONFIGURE= Yes -CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc' -CONFIGURE_ENV=M4=/usr/bin/m4 -FAKE= Yes +CONFIGURE_STYLE= gnu dest +CONFIGURE_ENV= M4=/usr/bin/m4 pre-configure: # Check if /usr/bin/m4 recognizes option -g, and has builtin __line__ diff --git a/devel/autoconf/pkg/DESCR b/devel/autoconf/pkg/DESCR index 4cae3cddf5c..19a16983e8f 100644 --- a/devel/autoconf/pkg/DESCR +++ b/devel/autoconf/pkg/DESCR @@ -9,3 +9,5 @@ macro calls. The FSF would make you believe that only gnu-m4 can handle autoconf. As of OpenBSD 2.7, this is no longer true. This package does not depend on gnu-m4. + +WWW: ${HOMEPAGE} diff --git a/devel/autoconf/pkg/PLIST b/devel/autoconf/pkg/PLIST index 02431f954c7..8de42894de7 100644 --- a/devel/autoconf/pkg/PLIST +++ b/devel/autoconf/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.8 2000/06/25 07:22:46 brad Exp $ bin/autoconf bin/autoheader bin/autoreconf