From 15be39e80eef06419a66e61f7e9050019f35a7db Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 6 Feb 2012 06:24:53 +0000 Subject: Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run Bump PKGREVISION --- benchmarks/benchfft/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index d07f4d6fb14..7a1548c32a3 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:22 asau Exp $ +# $NetBSD: Makefile,v 1.36 2012/02/06 06:24:53 sbd Exp $ DISTNAME= benchfft-2.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= benchmarks math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/benchfft/ @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake csh:run USE_LANGUAGES= c fortran77 USE_LIBTOOL= yes @@ -24,6 +24,8 @@ CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess CONFIG_SUB_OVERRIDE= config.sub ../fftw-*/config.sub CONFIG_STATUS_OVERRIDE= config.status ../fftw-*/config.status +REPLACE_CSH= submit-script + INSTALLATION_DIRS= bin CONFIGURE_DIRS= ${WRKDIR}/fftw-2.0.1 ${WRKSRC} -- cgit v1.2.3