diff options
author | agc <agc@pkgsrc.org> | 1999-12-03 12:55:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-03 12:55:44 +0000 |
commit | 0d25f46d2f8bd68ea035ddb770fb3e86c9b42ddf (patch) | |
tree | 0758ae072082221a992cc47a8ce49cd1e2cf946d /editors | |
parent | e119d4d8a508a77657d949539d78e7fcc0df36eb (diff) | |
download | pkgsrc-0d25f46d2f8bd68ea035ddb770fb3e86c9b42ddf.tar.gz |
There is no need to calculate the operating system type every time this
Makefile is read.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index bb3b2352d28..3f2b7695f8a 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1999/10/07 17:41:49 tron Exp $ +# $NetBSD: Makefile,v 1.30 1999/12/03 12:55:44 agc Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -12,7 +12,6 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+=--with-pop --with-x --with-x-toolkit=lucid -OPSYS!= uname -s MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message widget reftex forms customize |