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/glx | |
| parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/glx')
| -rw-r--r-- | graphics/glx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glx/Makefile b/graphics/glx/Makefile index fd34b15fc387..e5e168c91dd9 100644 --- a/graphics/glx/Makefile +++ b/graphics/glx/Makefile @@ -36,7 +36,8 @@ # question bugs you # -DISTNAME= glx-990802 +PORTNAME= glx +PORTVERSION= 990802 CATEGORIES= graphics MASTER_SITES= http://people.FreeBSD.org/~3d/distfiles/glx/XF3.3.5/ DISTFILES= ${DISTNAME}.tar.bz2 \ |
