diff options
author | andreas <andreas@FreeBSD.org> | 1999-12-04 18:07:10 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-12-04 18:07:10 +0800 |
commit | 5ee8f333741d239c880a969539f29e86ccdc7972 (patch) | |
tree | e23022a90f103a3e21708ab32a0969aa43c07e28 | |
parent | 5aa221fa62a1641cf1c3f179fcc0e70f996ec56b (diff) | |
download | freebsd-ports-gnome-5ee8f333741d239c880a969539f29e86ccdc7972.tar.gz freebsd-ports-gnome-5ee8f333741d239c880a969539f29e86ccdc7972.tar.zst freebsd-ports-gnome-5ee8f333741d239c880a969539f29e86ccdc7972.zip |
I think I forgot to add these...
Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
-rw-r--r-- | lang/gawk/files/patch-aa | 10 | ||||
-rw-r--r-- | lang/gawk/files/patch-ab | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/lang/gawk/files/patch-aa b/lang/gawk/files/patch-aa new file mode 100644 index 000000000000..3e2196a08f97 --- /dev/null +++ b/lang/gawk/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.in.orig Wed Jun 9 10:36:30 1999 ++++ Makefile.in Mon Oct 11 07:54:39 1999 +@@ -184,7 +184,6 @@ + then $(LN_S) gawk awk; \ + fi; exit 0) + cd doc && $(MAKE) install +- cd awklib && $(MAKE) install + + installdirs: mkinstalldirs + $(srcdir)/mkinstalldirs $(bindir) $(datadir) \ diff --git a/lang/gawk/files/patch-ab b/lang/gawk/files/patch-ab new file mode 100644 index 000000000000..f57cc21366c6 --- /dev/null +++ b/lang/gawk/files/patch-ab @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Wed Apr 28 16:21:56 1999 ++++ doc/Makefile.in Tue Oct 19 07:54:59 1999 +@@ -69,7 +69,7 @@ + + all: $(DOCS) info + +-install: $(mandir)/gawk$(manext) $(mandir)/igawk$(manext) $(infodir)/gawk.info ++install: $(mandir)/gawk$(manext) $(infodir)/gawk.info + + $(infodir)/gawk.info:: + -if test -f gawk.info; then d=.; \ |