autogen.sh -> ./autogen.sh to fix the build when . is not in the PATH.

From RD Thrush <rd at thrush dot com>
ok sthen@
This commit is contained in:
brad 2012-09-25 23:50:13 +00:00
parent 202e9c1e2f
commit e4e676be98

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2012/09/25 14:45:31 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2012/09/25 23:50:13 brad Exp $
COMMENT= clutter widget toolkit
@ -44,7 +44,7 @@ AUTOCONF_VERSION= 2.69
pre-configure:
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autogen.sh
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
.include <bsd.port.mk>