old configure script that doesnt accept --sysconfdir, add USE_AUTOCONF to work around it

This commit is contained in:
brad 1999-04-03 08:11:48 +00:00
parent 0a46cc5b51
commit 943ad6dd20

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/12 16:50:33 brad Exp $
# $OpenBSD: Makefile,v 1.2 1999/04/03 08:11:48 brad Exp $
# $FreeBSD: Makefile,v 1.1.1.1 1999/01/18 04:50:26 steve Exp $
DISTNAME= mawk1.3.3
@ -9,9 +9,8 @@ MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/
MAINTAINER= brad@openbsd.org
WRKSRC= $(WRKDIR)/$(PKGNAME)
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
ALL_TARGET=
MAN1= mawk.1
.include <bsd.port.mk>