diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-10 19:48:21 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-10 19:48:21 +0000 |
commit | 5748e2e5a4b298a363dbed12ef20e71d9895be90 (patch) | |
tree | acc558851d63f9e46b7d592242007d2e975cfd14 /devel/elib-emacs/files/patch-aa | |
parent | Version update. (diff) |
Add ELIB, The Emacs Lisp Library, for Emacs19.
PR: ports/22572
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes
Notes:
svn path=/head/; revision=35825
Diffstat (limited to 'devel/elib-emacs/files/patch-aa')
-rw-r--r-- | devel/elib-emacs/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/elib-emacs/files/patch-aa b/devel/elib-emacs/files/patch-aa new file mode 100644 index 000000000000..7fa161af1852 --- /dev/null +++ b/devel/elib-emacs/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Mon Dec 11 09:50:56 1995 ++++ Makefile Sat Nov 4 03:07:26 2000 +@@ -61,16 +61,16 @@ + install: all installdirs install-info + $(INSTALL_DATA) $(ELFILES) $(ELIBDIR) + $(INSTALL_DATA) $(ELCFILES) $(ELIBDIR) +- @echo Please merge elib-startup.el into $(locallisppath)/default.el ++# @echo Please merge elib-startup.el into $(locallisppath)/default.el + + installdirs: +- -mkdir $(ELIBDIR) ++ -${MKDIR} $(ELIBDIR) + + install-info: elib.info + $(INSTALL_DATA) elib.info* $(infodir) + if $(SHELL) -c 'install-info --version' \ + >/dev/null 2>&1; then \ +- install-info --infodir=$(infodir) elib.info; \ ++ install-info --info-dir=$(infodir) elib.info; \ + else true; fi + + clean: |