diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-02 20:22:15 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-02 20:22:15 +0000 |
commit | a28e21d8b11258c92653b3f6df78938b7d3f5319 (patch) | |
tree | 03ec0428c47eb7374f0873837da4b8ac1c29b772 /graphics/rayshade/Makefile | |
parent | e1a914013b2aafd15a255ea13d2fcba2367fa4d5 (diff) | |
download | pkgsrc-a28e21d8b11258c92653b3f6df78938b7d3f5319.tar.gz |
Update version number. Current 4.0 tarball is actually 4.0.6.
Diffstat (limited to 'graphics/rayshade/Makefile')
-rw-r--r-- | graphics/rayshade/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 0ecd0021d86..8cd0a8844db 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2011/01/13 13:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/11/02 20:22:15 shattered Exp $ -DISTNAME= rayshade.4.0 -PKGNAME= rayshade-4.0 -PKGREVISION= 8 +DISTNAME= rayshade.4.0.6 +PKGNAME= rayshade-4.0.6 +#KGREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure BUILD_TARGET= INSTALLATION_DIRS= bin lib share/doc/rayshade share/examples/rayshade +WRKSRC= ${WRKDIR}/rayshade.4.0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rayshade/rayshade ${DESTDIR}${PREFIX}/bin |