summaryrefslogtreecommitdiff
path: root/editors/xemacs21/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-02-03 23:44:30 +0000
committerSteve Price <steve@FreeBSD.org>1999-02-03 23:44:30 +0000
commit8564e7f4c11297ee5522179783a5ed4a445abe76 (patch)
tree7a0b04d3f78bdd9d16c22eb865712760fa483c6c /editors/xemacs21/Makefile
parentDon't know why the comments at the top of the file were removed (diff)
Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.
Notes
Notes: svn path=/head/; revision=16527
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r--editors/xemacs21/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index c2de6cfe09a7..1ff099cd42cc 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.25 1999/01/23 07:05:34 vanilla Exp $
+# $Id: Makefile,v 1.26 1999/01/25 22:06:11 gj Exp $
#
DISTNAME= xemacs-20.4
@@ -25,7 +25,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \
+XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
+CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
--with-clash-detection \
--lockdir=/var/run/emacs/lock \
--with-sound=native \
@@ -37,6 +38,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
ALL_TARGET= all dist
+PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH}
# Have
pre-configure: