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/linux_glide | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/linux_glide')
-rw-r--r-- | graphics/linux_glide/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index e45ca4eb355f..87aeea32386d 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: linux_glide -# Version required: 2.4 # Date created: Oct, 8, 1998 # Whom: cracauer@cons.org "Martin Cracauer" # @@ -7,10 +6,12 @@ # # -DISTNAME= linux_glide_2_4 -PKGNAME= linux_glide-2.4 +PORTNAME= glide +PORTVERSION= 2.4 CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.3dfx.com/pub/glide/ +PKGNAMEPREFIX= linux_ +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_2_4 MAINTAINER= cracauer@cons.org |