aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile1
-rw-r--r--devel/autoconf262/files/patch-autoreconf.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index b2e5c1a61332..59de6f3d2905 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -7,6 +7,7 @@
PORTNAME= autoconf
PORTVERSION= 2.59
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
diff --git a/devel/autoconf262/files/patch-autoreconf.in b/devel/autoconf262/files/patch-autoreconf.in
new file mode 100644
index 000000000000..e0545245db62
--- /dev/null
+++ b/devel/autoconf262/files/patch-autoreconf.in
@@ -0,0 +1,7 @@
+--- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003
++++ bin/autoreconf.in Wed Jun 30 20:15:18 2004
+@@ -488,3 +488,3 @@
+ verb "$configure_ac: creating directory $aux_dir";
+- mkdir $aux_dir
++ mkdir $aux_dir, 0777
+ or error "cannot create $aux_dir: $!";