summaryrefslogtreecommitdiff
path: root/editors/emacs19/Makefile
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-23 14:28:28 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-23 14:28:28 +0000
commitac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf (patch)
tree06ad86b5acdc3f1aaf5ff6a5f594e87d816f05e7 /editors/emacs19/Makefile
parentUpgrade to mod_ssl-2.1.8. (diff)
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Notes
Notes: svn path=/head/; revision=16277
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r--editors/emacs19/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 7a7615570457..1f18eab2dca6 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.33 1999/01/02 12:26:10 kuriyama Exp $
+# $Id: Makefile,v 1.34 1999/01/16 22:58:57 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -13,14 +13,15 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
EMACS_VERSION= 19.34
-PLIST_SUB= EMACS_VERSION=${EMACS_VERSION}
+EMACS_ARCH= ${MACHINE_ARCH}--freebsd
+PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${EMACS_ARCH}
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
- --sharedstatedir=/var/run
+CONFIGURE_ARGS= ${EMACS_ARCH} --with-x-toolkit --sharedstatedir=/var/run
+
STRIP=
MAN1= emacs.1 etags.1 ctags.1