- remove FAKE=Yes
- add HOMEPAGE - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST
This commit is contained in:
parent
91186adef3
commit
190c7d6e27
@ -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__
|
||||
|
@ -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}
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2000/06/25 07:22:46 brad Exp $
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user