summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:45:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:45:04 +0000
commit4ec017fb20d85573b65aa969a06fcb30bb7aa385 (patch)
tree04425fd4207501fe63749056d9337dd94d2267f8 /editors/emacs
parentIf GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should help (diff)
Add prefix argument.
Notes
Notes: svn path=/head/; revision=173
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 7f5637fba919..6c5ca19a3232 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,13 +3,13 @@
# Date created: 13 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.5 1994/09/13 08:37:24 jkh Exp $
+# $Id: Makefile,v 1.6 1994/09/14 14:11:49 jkh Exp $
#
DISTNAME= emacs-19.26
USE_GMAKE= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= i386--freebsd
+CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
.include <bsd.port.mk>