diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-05 16:03:03 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-05 16:03:03 +0000 |
commit | 247c37a4ef416d291de53b462251400b1bae83ca (patch) | |
tree | 49f94e82ea208d77f9540239990a65ef5e0a8090 /benchmarks | |
parent | 3281ad4a4255ac00ea837c110645b13684eee7c8 (diff) | |
download | pkgsrc-247c37a4ef416d291de53b462251400b1bae83ca.tar.gz |
According to the website, there have been some ``bugfix changes'' around
2003-04-08, but the maintainers did not version the distfile. So make up
our own versioning, bump this to 4.0.1 and stick the distfile into a
DIST_SUBDIR (as suggested by agc@).
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/skampi/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/skampi/distinfo | 14 |
2 files changed, 13 insertions, 11 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index eb4e5550499..8022906fa66 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/09/01 23:34:57 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/05 16:03:03 jschauma Exp $ # DISTNAME= skampi4 -PKGNAME= skampi-4.0 +PKGNAME= skampi-4.0.1 CATEGORIES= benchmarks parallel MASTER_SITES= http://liinwww.ira.uka.de/~skampi/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}_userman.ps.gz @@ -20,9 +20,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_PERL5= run REPLACE_PERL= report_generator/dorep4.pl +DIST_SUBDIR= ${PKGNAME_NOREV} do-build: - ${GUNZIP_CMD} ${DISTDIR}/${DISTNAME}_userman.ps.gz -c > \ + ${GUNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz -c > \ ${WRKSRC}/${DISTNAME}_userman.ps (cd ${WRKSRC} && \ ${PREFIX}/bin/mpicc -o skosfile skosfile.c -lm) @@ -37,7 +38,8 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/skampi ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}_userman.ps \ ${PREFIX}/share/doc/skampi/ - ${INSTALL_DATA} ${DISTDIR}/skampili.ps ${PREFIX}/share/doc/skampi/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/skampili.ps \ + ${PREFIX}/share/doc/skampi/ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/skampi ${INSTALL_DATA} ${WRKSRC}/.skampi \ ${PREFIX}/share/examples/skampi/dot.skampi diff --git a/benchmarks/skampi/distinfo b/benchmarks/skampi/distinfo index 57865cddedb..f22eb8f29ad 100644 --- a/benchmarks/skampi/distinfo +++ b/benchmarks/skampi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/03/19 17:24:21 jschauma Exp $ +$NetBSD: distinfo,v 1.2 2003/11/05 16:03:03 jschauma Exp $ -SHA1 (skampi4.tar.gz) = 5da15625e86c884d52b89f59d2baad6f400a8526 -Size (skampi4.tar.gz) = 279782 bytes -SHA1 (skampi4_userman.ps.gz) = cf519fe551c2e8f3757efad033938fb01dd12288 -Size (skampi4_userman.ps.gz) = 131722 bytes -SHA1 (skampili.ps) = 27f31cbbcd6776d134ad9465d18f5e583666fde9 -Size (skampili.ps) = 530034 bytes +SHA1 (skampi-4.0.1/skampi4.tar.gz) = 2c34ddf24f6d794bf6c7f21926a1faa7ae1081f5 +Size (skampi-4.0.1/skampi4.tar.gz) = 277462 bytes +SHA1 (skampi-4.0.1/skampi4_userman.ps.gz) = cf519fe551c2e8f3757efad033938fb01dd12288 +Size (skampi-4.0.1/skampi4_userman.ps.gz) = 131722 bytes +SHA1 (skampi-4.0.1/skampili.ps) = 27f31cbbcd6776d134ad9465d18f5e583666fde9 +Size (skampi-4.0.1/skampili.ps) = 530034 bytes |