diff options
author | steve <steve@FreeBSD.org> | 2000-04-29 23:39:16 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-29 23:39:16 +0000 |
commit | 42fcb80d61f3651cf93d7ae8a56f7e897510d2f6 (patch) | |
tree | 50fa27aa6493a2c87d0fd63d25c2eab2edcb6a22 /devel/automake18 | |
parent | f33bc64208696a12fcc509234f53ba2e3ef56a82 (diff) | |
download | FreeBSD-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/automake18')
-rw-r--r-- | devel/automake18/files/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/automake18/files/patch-ac b/devel/automake18/files/patch-ac index 8888fcd..1b03190 100644 --- a/devel/automake18/files/patch-ac +++ b/devel/automake18/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"; } |