From 65c4e505e0f4e7280d8334d5b9f94be2f7d47b37 Mon Sep 17 00:00:00 2001 From: yyamano Date: Wed, 29 May 2002 14:45:56 +0000 Subject: eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. --- editors/emacs/Makefile | 4 ++-- editors/pico/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'editors') 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 diff --git a/editors/pico/Makefile b/editors/pico/Makefile index c3207c957dd..533bcba858c 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/01/13 21:52:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.30 2002/05/29 14:45:57 yyamano Exp $ # DISTNAME= pine4.44 @@ -23,7 +23,7 @@ BUILDNAME= so5 BUILDNAME= neb .endif -MAKE_ENV+= STRIPFLAG= # debug... +MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... do-build: cd ${WRKSRC} && ./build ${BUILDNAME} CC="${LIBTOOL} ${CC}" \ -- cgit v1.2.3