diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/fujiplay | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
Notes
Diffstat (limited to 'graphics/fujiplay')
-rw-r--r-- | graphics/fujiplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 33bbc553bbbd..f88d18aa898f 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: fujiplay -# Version required: 1.33 # Date created: 20 Sep 1999 # Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= fujiplay -PKGNAME= fujiplay-1.33 +PORTNAME= fujiplay +PORTVERSION= 1.33 CATEGORIES= graphics MASTER_SITES= http://topo.math.u-psud.fr/~bousch/ +DISTNAME= ${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= kiri@pis.toba-cmt.ac.jp |