diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:31:30 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:31:30 +0000 |
commit | d16d2fc0c95c8921efbc72936656325437ace601 (patch) | |
tree | 35344ea0f64628b0ae7a71d33e703e46a41f5077 /devel/automake | |
parent | a3b2a5a3a149aaaeaf532ecbe8d0eba14590c3ee (diff) | |
download | pkgsrc-d16d2fc0c95c8921efbc72936656325437ace601.tar.gz |
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index fe95a043b2f..80ae2cf6b2e 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -3,7 +3,7 @@ # Date created: 15 March 1997 # Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> # -# $NetBSD: Makefile,v 1.7 1998/01/25 00:41:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/02/09 00:31:30 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp # @@ -19,8 +19,9 @@ BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo .endif GNU_CONFIGURE= yes -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl -STRIP= # none +CONFIGURE_ENV= PERL=${PREFIX}/bin/perl +STRIPFLAG= # none + pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ |