diff options
author | shige <shige@FreeBSD.org> | 1999-10-16 11:58:04 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-16 11:58:04 +0000 |
commit | 4cc2be2c65adf4adaa516e58e36111784095e3a8 (patch) | |
tree | 94243aac7ff8702ba223bbcf2891e7403556ae4c /editors/psgml/files/patch-ad | |
parent | 42197e205ce029324a63b196f4bb933f72771355 (diff) | |
download | FreeBSD-ports-4cc2be2c65adf4adaa516e58e36111784095e3a8.zip FreeBSD-ports-4cc2be2c65adf4adaa516e58e36111784095e3a8.tar.gz |
Update to 1.2.0.
Diffstat (limited to 'editors/psgml/files/patch-ad')
-rw-r--r-- | editors/psgml/files/patch-ad | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/editors/psgml/files/patch-ad b/editors/psgml/files/patch-ad index ba3f8cf..2a31b3b 100644 --- a/editors/psgml/files/patch-ad +++ b/editors/psgml/files/patch-ad @@ -1,6 +1,14 @@ ---- Makefile.in.orig Sat Jan 23 20:58:07 1999 -+++ Makefile.in Sat Jan 23 20:58:55 1999 -@@ -81,8 +81,8 @@ +--- Makefile.in.orig Sun Oct 10 23:12:40 1999 ++++ Makefile.in Sat Oct 16 20:24:14 1999 +@@ -31,6 +31,7 @@ + for p in *.elc; do \ + echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \ + $(INSTALL_DATA) $$p $(lispdir)/$$p; \ ++ $(INSTALL_DATA) `echo $$p | sed 's/elc$$/el/'` $(lispdir)/`echo $$p | sed 's/elc$$/el/'` ; \ + done + $(INSTALL_DATA) iso88591.map $(lispdir) + +@@ -42,8 +43,8 @@ $(INSTALL_DATA) psgml-api.info $(infodir) if $(SHELL) -c 'install-info --version' \ >/dev/null 2>&1; then \ |