pass on autoconf version

This commit is contained in:
naddy 2003-02-15 17:25:15 +00:00
parent 124b24f934
commit 18979c1f6e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2002/12/29 15:10:08 fgsch Exp $
# $OpenBSD: Makefile,v 1.7 2003/02/15 17:25:15 naddy Exp $
COMMENT= "Quake/Quake-world client"
COMMENT-server= "Quake world server"
@ -68,6 +68,6 @@ post-extract:
cp ${FILESDIR}/snd_openbsd.c ${WRKDIST}/common
post-patch:
cd ${WRKDIST}; autoreconf
cd ${WRKDIST}; AUTOCONF_VERSION="${AUTOCONF_VERSION}" autoreconf
.include <bsd.port.mk>