1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/elib/files/patch-aa
OKAZAKI Tetsurou 5748e2e5a4 Add ELIB, The Emacs Lisp Library, for Emacs19.
PR:             ports/22572
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>
2000-12-10 19:48:21 +00:00

23 lines
686 B
Plaintext

--- 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: