From 2460005d44e9b9714a74e23ffbb35d212d1cf952 Mon Sep 17 00:00:00 2001 From: ade Date: Sat, 28 Jul 2007 06:33:59 +0000 Subject: Update to the autotools new world order. Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav --- graphics/divxcalc/Makefile | 2 +- graphics/divxcalc/files/patch-admin::detect-autoconf.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/divxcalc') diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 473ec5973334..adf77d5bf131 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -8,7 +8,7 @@ PORTNAME= divxcalc PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://imagef1.net.nz/divxcalc/ diff --git a/graphics/divxcalc/files/patch-admin::detect-autoconf.sh b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh index e4bb5b9ca368..2722804ad60a 100644 --- a/graphics/divxcalc/files/patch-admin::detect-autoconf.sh +++ b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh @@ -7,9 +7,9 @@ -AUTOM4TE="autom4te" -AUTOMAKE="automake" -ACLOCAL="aclocal" -+AUTOCONF="autoconf253" -+AUTOHEADER="autoheader253" -+AUTOM4TE="autom4te253" -+AUTOMAKE="automake15" -+ACLOCAL="aclocal15" ++AUTOCONF="autoconf-2.53" ++AUTOHEADER="autoheader-2.53" ++AUTOM4TE="autom4te-2.53" ++AUTOMAKE="automake-1.5" ++ACLOCAL="aclocal-1.5" -- cgit