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 /devel/automake | |
parent | 3b51f99ef1459f76a5d14f045f744176d062f9dc (diff) | |
download | pkgsrc-65c4e505e0f4e7280d8334d5b9f94be2f7d47b37.tar.gz |
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 4 |
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 |