diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-05-29 14:45:56 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-05-29 14:45:56 +0000 |
commit | 65c4e505e0f4e7280d8334d5b9f94be2f7d47b37 (patch) | |
tree | 52fd5290b6de7660a2bc15b591176ae5f961d355 /editors/emacs | |
parent | 3b51f99ef1459f76a5d14f045f744176d062f9dc (diff) | |
download | pkgsrc-65c4e505e0f4e7280d8334d5b9f94be2f7d47b37.tar.gz |
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index d9a1ab9f6e6..7cc019c996d 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2002/02/18 15:14:17 seb Exp $ +# $NetBSD: Makefile,v 1.46 2002/05/29 14:45:56 yyamano Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.7 @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--without-ipv6 .else CONFIGURE_ARGS+=--with-ipv6 .endif -MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} +MAKE_ENV+= INSTALL_STRIP=${_STRIPFLAG_INSTALL} INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ ccmode message widget reftex forms |