diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/rayshade | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.zip FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index f4af7f3..3a838ab 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: rayshade -# Version required: 4.0 # Date created: 21 January 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= rayshade.4.0 -PKGNAME= rayshade-4.0 +PORTNAME= rayshade +PORTVERSION= 4.0 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ \ ftp://ftp.princeton.edu/pub/Graphics/rayshade.4.0/ +DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |