diff options
author | hubertf <hubertf> | 1998-01-25 00:48:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-25 00:48:02 +0000 |
commit | 32a9371bb6b5421c959f94d8b0268c26e00e7cf1 (patch) | |
tree | 5a4b4397c2298baa761ec498bbb6b5d0b9ad1f8c /editors/emacs | |
parent | 25e1f9846e7a5c7aab6ea0cb6a67b0b6216f2c4d (diff) | |
download | pkgsrc-32a9371bb6b5421c959f94d8b0268c26e00e7cf1.tar.gz |
Define OPSYS before using it; reported by Thorsten Frueauf
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 2519288ffe4..da3c298909f 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 11 October 1997 # Whom: hubertf # -# $NetBSD: Makefile,v 1.4 1998/01/24 04:42:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/25 00:48:02 hubertf Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid STRIP= MAN1= emacs.1 etags.1 ctags.1 +OPSYS!= uname -s post-install: .for file in emacs-20.2 emacsclient etags ctags b2m |