diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-06 06:24:53 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-06 06:24:53 +0000 |
commit | 0345b26ee7a08f50c2ac0c4355d00e065a2189ff (patch) | |
tree | bb60aebff005600da49ffb4ef74ebe1586bd647c /benchmarks | |
parent | 50a21e9cbbf452e6e941c82b3cb557dbb58de358 (diff) | |
download | pkgsrc-0345b26ee7a08f50c2ac0c4355d00e065a2189ff.tar.gz |
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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} |