aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-29 07:06:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-29 07:06:55 +0000
commit21e81af865e7b2a1cb419d3bcb578e11c06f31e5 (patch)
treeea1e3ca2b0f2ca81473b74e95f08d9aa672a7a9f /devel/autoconf213
parent0a3ef99efbc4374a54ac6eee72d7aec7874b6bb3 (diff)
downloadports-21e81af865e7b2a1cb419d3bcb578e11c06f31e5.tar.gz
ports-21e81af865e7b2a1cb419d3bcb578e11c06f31e5.zip
Stop trying to strip shell scripts so this thing actually installs.
Notes
Notes: svn path=/head/; revision=2906
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/files/patch-aa40
1 files changed, 21 insertions, 19 deletions
diff --git a/devel/autoconf213/files/patch-aa b/devel/autoconf213/files/patch-aa
index 82781c318f04..6acf3b44da75 100644
--- a/devel/autoconf213/files/patch-aa
+++ b/devel/autoconf213/files/patch-aa
@@ -1,19 +1,21 @@
-*** Makefile.in.orig Sat Jul 1 18:18:43 1995
---- Makefile.in Sat Jul 1 18:19:38 1995
-***************
-*** 138,144 ****
- -if test -f autoscan; then \
- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
- for i in acfunctions acheaders acidentifiers acprograms \
-! acmakevars; do \
- $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
- done; \
- else :; fi
---- 138,144 ----
- -if test -f autoscan; then \
- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
- for i in acfunctions acheaders acidentifiers acprograms \
-! acmakevars config.guess config.sub; do \
- $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
- done; \
- else :; fi
+--- ./Makefile.in.org Wed Nov 22 10:09:44 1995
++++ ./Makefile.in Thu Mar 28 23:02:49 1996
+@@ -131,15 +131,15 @@
+ *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
+ esac
+ for p in $(ASCRIPTS); do \
+- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
++ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
+ for i in $(M4FILES) acconfig.h; do \
+ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
+ done
+ -if test -f autoscan; then \
+- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
++ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
+ for i in acfunctions acheaders acidentifiers acprograms \
+- acmakevars; do \
++ acmakevars config.guess config.sub; do \
+ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
+ done; \
+ else :; fi