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/xaos | |
parent | There was one PKGNAME hiding inside an .if. (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/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index b2bf74d0d37a..ddadd076af10 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: XaoS -# Version required: 2.2 # Date created: 24 February 1996 # Whom: Joseph Koshy <koshy@india.hp.com> # # $FreeBSD$ # -DISTNAME= XaoS-3.0 -PKGNAME= xaos-3.0 +PORTNAME= xaos +PORTVERSION= 3.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.ta.jcu.cz/pub/linux/hubicka/XaoS/3.0/ \ http://www.paru.cas.cz/~hubicka/XaoS/dist/ MASTER_SITE_SUBDIR= graphics +DISTNAME= XaoS-${PORTVERSION} MAINTAINER= jkoshy@freebsd.org |