head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.36.49;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
--- 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:
@
