diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-04 15:45:04 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-04 15:45:04 +0000 |
commit | 4ec017fb20d85573b65aa969a06fcb30bb7aa385 (patch) | |
tree | 04425fd4207501fe63749056d9337dd94d2267f8 /editors/emacs23 | |
parent | If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should help (diff) |
Add prefix argument.
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 7f5637fba919..6c5ca19a3232 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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> |