From bf9eaa99177dac0b557a5e21954aff1c276f396e Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 4 May 1999 22:39:57 +0000 Subject: s/netbsd/${LOWER_OPSYS}/ --- lang/perl5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index e15b71ef105..16ed9b83786 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/04/27 16:44:15 tron Exp $ +# $NetBSD: Makefile,v 1.21 1999/05/04 22:39:57 abs Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -15,7 +15,8 @@ HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Doptimize="${CFLAGS}" \ - -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false + -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \ + -Dusemymalloc=false MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC} test: -- cgit v1.2.3