diff options
author | agc <agc> | 1999-12-03 12:55:44 +0000 |
---|---|---|
committer | agc <agc> | 1999-12-03 12:55:44 +0000 |
commit | 756ec2bcedca11ea0b867850630e0e203cfaed50 (patch) | |
tree | 0758ae072082221a992cc47a8ce49cd1e2cf946d /editors/emacs | |
parent | 53912dcb086617e5c1ed4c60571d8227b27b36b3 (diff) | |
download | pkgsrc-756ec2bcedca11ea0b867850630e0e203cfaed50.tar.gz |
There is no need to calculate the operating system type every time this
Makefile is read.
Diffstat (limited to 'editors/emacs')
-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 |