head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.10.11.19.06.10;	author sem;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Update to 5.5 and unbreak

PR:		ports/87219
Submitted by:	Gabor Kovesdan <gabor.kovesdan@@t-hosting.hu>
@
text
@--- emacs/makefile.orig	Sun Nov 28 22:09:22 2004
+++ emacs/makefile	Mon Oct 10 18:15:03 2005
@@@@ -1,6 +1,6 @@@@
 BUILDIR	      = `pwd`
 EMACSDIR      = $(LIBLOC)/emacs
-INFODIR	      = $(prefix)/info
+INFODIR       = $(PREFIX)/info
 LOADPATH      = $(subst X,$(EMACSDIR),(setq load-path (cons "\"X\"" load-path)))
 LOGOBIN	      = $(subst X,$(BINDIR),(setq logo-binary-name \"X/logo\"))
 INFOPATH      = $(subst X,$(INFODIR),(setq logo-info-file \"X/ucblogo.info\"))
@@@@ -39,7 +39,7 @@@@
 	-rm -f e.*
 	-rm -f add.user install-logo-mode dot.emacs dot.loops *.elc
 
-install: all
+install-emacs: all
 	for d in $(EMACSDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done
 	cp -f logo.* $(EMACSDIR)/.
 	cp -f letrec.* $(EMACSDIR)/.
@
