diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/togl | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/togl')
-rw-r--r-- | graphics/togl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index df3367c2d208..1b50ee488894 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Togl -# Version required: 1.5 # Date created: Wed Aug 18 18:49:17 EDT 1999 # Whom: Randall Hopper <aa8vb@ipass.net> # # $FreeBSD$ # -DISTNAME= Togl-1.5 -PKGNAME= togl-1.5 +PORTNAME= togl +PORTVERSION= 1.5 CATEGORIES= graphics tk82 MASTER_SITES= ftp://ftp.mesa3d.org/mesa/misc/ \ ftp://ftp.cs.umd.edu/pub/faculty/bederson/ +DISTNAME= Togl-${PORTVERSION} MAINTAINER= aa8vb@ipass.net |