diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:02:31 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:02:31 +0000 |
commit | 97dbcb4fff0788e2f700556bfda5e9165b265932 (patch) | |
tree | ea47889d6c49bf0398a719ebcc932734c544c632 /editors/emacs19 | |
parent | d3ded881a1bc9ba64dddffe6ccc3403af13f09ee (diff) | |
download | ports-97dbcb4fff0788e2f700556bfda5e9165b265932.tar.gz ports-97dbcb4fff0788e2f700556bfda5e9165b265932.zip |
Notes
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 64a468da937a..674fcd3c6e02 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,12 +3,13 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.10 1995/01/05 09:00:18 jkh Exp $ +# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ # DISTNAME= emacs-19.28 USE_GMAKE= yes HAS_CONFIGURE= yes +STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ |