summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authoryyamano <yyamano>2002-05-29 14:45:56 +0000
committeryyamano <yyamano>2002-05-29 14:45:56 +0000
commitbb5b557c2b786bff24fd4bab2d5b82ea8ae8bc21 (patch)
tree52fd5290b6de7660a2bc15b591176ae5f961d355 /editors/pico/Makefile
parent6f8b7c51dfd28d3c0d73f1ddb0a55e2d0414019c (diff)
downloadpkgsrc-bb5b557c2b786bff24fd4bab2d5b82ea8ae8bc21.tar.gz
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'editors/pico/Makefile')
-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}" \