summaryrefslogtreecommitdiffstats
path: root/devel/automake14
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-04-29 23:39:16 +0000
committersteve <steve@FreeBSD.org>2000-04-29 23:39:16 +0000
commit42fcb80d61f3651cf93d7ae8a56f7e897510d2f6 (patch)
tree50fa27aa6493a2c87d0fd63d25c2eab2edcb6a22 /devel/automake14
parentf33bc64208696a12fcc509234f53ba2e3ef56a82 (diff)
downloadFreeBSD-ports-42fcb80d61f3651cf93d7ae8a56f7e897510d2f6.zip
FreeBSD-ports-42fcb80d61f3651cf93d7ae8a56f7e897510d2f6.tar.gz
Fix a typo. This will be in the next release of automake as it is already
in their CVS repository. PR: 18069 Submitted by: Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw>
Diffstat (limited to 'devel/automake14')
-rw-r--r--devel/automake14/files/patch-ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/automake14/files/patch-ac b/devel/automake14/files/patch-ac
index 8888fcd..1b03190 100644
--- a/devel/automake14/files/patch-ac
+++ b/devel/automake14/files/patch-ac
@@ -1,5 +1,14 @@
---- automake.in.orig Wed Nov 24 16:04:56 1999
-+++ automake.in Wed Nov 24 16:07:15 1999
+--- automake.in Fri Jan 15 14:42:36 1999
++++ automake.in Tue Apr 18 09:10:36 2000
+@@ -2367,7 +2367,7 @@
+ $output_rules .= "\t d=\$(srcdir); \\\n";
+ }
+ $output_rules .= ("\t if test -d \$\$d/\$\$file; then \\\n"
+- . "\t cp -pr \$\$/\$\$file \$(distdir)/\$\$file; \\\n"
++ . "\t cp -pr \$\$d/\$\$file \$(distdir)/\$\$file; \\\n"
+ . "\t else \\\n"
+ . "\t test -f \$(distdir)/\$\$file \\\n"
+ . "\t || ln \$\$d/\$\$file \$(distdir)/\$\$file 2> /dev/null \\\n"
@@ -6907,7 +6907,7 @@
$trailer = "; error while making link: $!\n";
}
OpenPOWER on IntegriCloud