diff options
author | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
commit | 2460005d44e9b9714a74e23ffbb35d212d1cf952 (patch) | |
tree | f5bb895834328feabce550d44e1e6adfb6bc5835 /games/kpicframer | |
parent | 6f38d3ae3c1702ce29321d6c507159d1cb511346 (diff) | |
download | freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.gz freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.zst freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.zip |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Diffstat (limited to 'games/kpicframer')
-rw-r--r-- | games/kpicframer/Makefile | 2 | ||||
-rw-r--r-- | games/kpicframer/files/patch-detect-autoconf.sh | 20 |
2 files changed, 6 insertions, 16 deletions
diff --git a/games/kpicframer/Makefile b/games/kpicframer/Makefile index e1661e46949f..0296125e550e 100644 --- a/games/kpicframer/Makefile +++ b/games/kpicframer/Makefile @@ -6,7 +6,7 @@ PORTNAME= kpicframer PORTVERSION= 0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh index 479a0693a838..721c9180dcea 100644 --- a/games/kpicframer/files/patch-detect-autoconf.sh +++ b/games/kpicframer/files/patch-detect-autoconf.sh @@ -9,8 +9,8 @@ diff -u -r1.6 detect-autoconf.sh AUTOCONF="`$WHICH autoconf-2.52`" elif test -x "`$WHICH autoconf2.50`" ; then AUTOCONF="`$WHICH autoconf2.50`" -+ elif test -x "`$WHICH autoconf257`" ; then -+ AUTOCONF="`$WHICH autoconf257`" ++ elif test -x "`$WHICH autoconf-2.59`" ; then ++ AUTOCONF="`$WHICH autoconf-2.59`" fi } @@ -18,19 +18,9 @@ diff -u -r1.6 detect-autoconf.sh AUTOHEADER="`$WHICH autoheader-2.52`" elif test -x "`$WHICH autoheader2.50`" ; then AUTOHEADER="`$WHICH autoheader2.50`" -+ elif test -x "`$WHICH autoheader257`" ; then -+ AUTOHEADER="`$WHICH autoheader257`" -+ AUTOM4TE="`$WHICH autom4te257`" ++ elif test -x "`$WHICH autoheader-2.59`" ; then ++ AUTOHEADER="`$WHICH autoheader-2.59`" ++ AUTOM4TE="`$WHICH autom4te-2.59`" fi } -@@ -58,6 +63,9 @@ - elif test -x "`$WHICH automake-1.7`" ; then - AUTOMAKE="`$WHICH automake-1.7`" - ACLOCAL="`$WHICH aclocal-1.7`" -+ elif test -x "`$WHICH automake17`" ; then -+ AUTOMAKE="`$WHICH automake17`" -+ ACLOCAL="`$WHICH aclocal17`" - fi - else - AUTOMAKE="$UNSERMAKE" |