summaryrefslogtreecommitdiff
path: root/editors/emacs19
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 15:09:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 15:09:47 +0000
commit8d967ac61be0d462f58ee1b16b2ef6c6b529b377 (patch)
tree2f9fa019c2c2303de57d25a26910992f2d358b8e /editors/emacs19
parentSimplify the whole configuration script business quite a bit. What (diff)
Adjust to new bsd.port.mk conventions for configuration.
Submitted by: jkh
Notes
Notes: svn path=/head/; revision=10
Diffstat (limited to 'editors/emacs19')
-rw-r--r--editors/emacs19/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 6db2510035fb..7fb17c96bafc 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,12 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= i386--freebsd
HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
.include <bsd.port.mk>