summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2002-05-29 14:45:56 +0000
committeryyamano <yyamano@pkgsrc.org>2002-05-29 14:45:56 +0000
commit65c4e505e0f4e7280d8334d5b9f94be2f7d47b37 (patch)
tree52fd5290b6de7660a2bc15b591176ae5f961d355 /editors/pico
parent3b51f99ef1459f76a5d14f045f744176d062f9dc (diff)
downloadpkgsrc-65c4e505e0f4e7280d8334d5b9f94be2f7d47b37.tar.gz
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'editors/pico')
-rw-r--r--editors/pico/Makefile4
1 files changed, 2 insertions, 2 deletions
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}" \