Allow this port to support arbitrary versions of autoconf.

Submitted by:	bento 4-exp
This commit is contained in:
Will Andrews 2002-01-07 04:07:09 +00:00
parent cc795e5b91
commit 4721579854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52684
4 changed files with 10 additions and 20 deletions

View file

@ -12,7 +12,7 @@ MASTER_SITES= http://sunsite.dk/allegro/
MAINTAINER= olgeni@FreeBSD.org
USE_AUTOCONF= yes
USE_AUTOCONF_VER=213
USE_GMAKE= yes
MAKEFILE= makefile
INSTALLS_SHLIB= yes
@ -25,6 +25,10 @@ INSTALL_TARGET= mini-install
PLIST_SUB+= FULL="@comment "
.endif
pre-configure:
${PERL} -pi -e "s@AUTOHEADER = autoheader@AUTOHEADER =${AUTOHEADER}@g" \
${WRKSRC}/makefile.in
pre-build:
cd ${WRKSRC} && ${GMAKE} depend

View file

@ -1,14 +1,5 @@
--- makefile.in.orig Wed Jan 24 00:15:20 2001
+++ makefile.in Sat Dec 15 13:24:16 2001
@@ -29,7 +29,7 @@
ACLOCAL = aclocal
ACLOCAL_M4 = $(srcdir)/aclocal.m4
AUTOCONF = autoconf
-AUTOHEADER = autoheader
+AUTOHEADER = autoheader213
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -279,7 +279,7 @@
done
$(mkinstalldirs) $(bindir)

View file

@ -12,7 +12,7 @@ MASTER_SITES= http://sunsite.dk/allegro/
MAINTAINER= olgeni@FreeBSD.org
USE_AUTOCONF= yes
USE_AUTOCONF_VER=213
USE_GMAKE= yes
MAKEFILE= makefile
INSTALLS_SHLIB= yes
@ -25,6 +25,10 @@ INSTALL_TARGET= mini-install
PLIST_SUB+= FULL="@comment "
.endif
pre-configure:
${PERL} -pi -e "s@AUTOHEADER = autoheader@AUTOHEADER =${AUTOHEADER}@g" \
${WRKSRC}/makefile.in
pre-build:
cd ${WRKSRC} && ${GMAKE} depend

View file

@ -1,14 +1,5 @@
--- makefile.in.orig Wed Jan 24 00:15:20 2001
+++ makefile.in Sat Dec 15 13:24:16 2001
@@ -29,7 +29,7 @@
ACLOCAL = aclocal
ACLOCAL_M4 = $(srcdir)/aclocal.m4
AUTOCONF = autoconf
-AUTOHEADER = autoheader
+AUTOHEADER = autoheader213
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -279,7 +279,7 @@
done
$(mkinstalldirs) $(bindir)