summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoryyamano <yyamano>2002-05-29 14:45:56 +0000
committeryyamano <yyamano>2002-05-29 14:45:56 +0000
commit39c521bd92834725063de4377472daf70a87725c (patch)
tree52fd5290b6de7660a2bc15b591176ae5f961d355 /devel
parent11af69d9b6c52d5022cbcc00cbc6c8ccd40af463 (diff)
downloadpkgsrc-39c521bd92834725063de4377472daf70a87725c.tar.gz
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'devel')
-rw-r--r--devel/automake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index c7b36858cfa..ba72b01c85d 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2002/02/18 15:14:07 seb Exp $
+# $NetBSD: Makefile,v 1.28 2002/05/29 14:45:58 yyamano Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
#
@@ -17,7 +17,7 @@ DEPENDS= autoconf>=2.13:../../devel/autoconf
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= PERL=${PERL5}
-STRIPFLAG= # none
+_STRIPFLAG_INSTALL= # none
INFO_FILES= automake.info
TEXINFO_OVERRIDE= YES