diff options
author | max <max@FreeBSD.org> | 1996-10-19 00:16:49 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-19 00:16:49 +0800 |
commit | 4c9d432a70549261f64e17ac5c50e17264d9400c (patch) | |
tree | 0ff6aa52750269ea7493262d2bc46faa22580749 /editors/emacs22 | |
parent | a69cfb1f6793a64cae5238d99eda5b1bb25b2236 (diff) | |
download | freebsd-ports-gnome-4c9d432a70549261f64e17ac5c50e17264d9400c.tar.gz freebsd-ports-gnome-4c9d432a70549261f64e17ac5c50e17264d9400c.tar.zst freebsd-ports-gnome-4c9d432a70549261f64e17ac5c50e17264d9400c.zip |
Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=
Submitted by: asami
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 1806b7674ad7..e399ba08a2d8 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.20 1996/09/04 00:55:41 asami Exp $ +# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $ # DISTNAME= emacs-19.34 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+= i386--freebsd --with-x-toolkit +CONFIGURE_ARGS= i386--freebsd --with-x-toolkit STRIP= post-install: |