diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:27:08 +0000 |
commit | 9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1 (patch) | |
tree | 291260f4a36cf621ccf20337109f8a5a7f7b3e76 /editors/emacs/Makefile | |
parent | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (diff) | |
download | pkgsrc-9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/emacs/Makefile')
-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 9339767641d..89d9b046c02 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/04/17 09:37:24 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/06/22 12:27:08 agc Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -12,7 +12,6 @@ MAINTAINER= hubertf@netbsd.org GNU_CONFIGURE= yes #USE_GMAKE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid -MAN1= emacs.1 emacs-etags.1 emacs-ctags.1 OPSYS!= uname -s MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" |