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/chbg | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
Notes
Diffstat (limited to 'graphics/chbg')
-rw-r--r-- | graphics/chbg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 30a04bc9400a..800ca8e3f4ae 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: chbg -# Version required: 0.8pl1 # Date created: 10 Dec 1999 # Whom: Peter Jones <p@dancris.com> # # $FreeBSD$ # -DISTNAME= chbg-0.8pl1 -PKGNAME= chbg-0.8.1 +PORTNAME= chbg +PORTVERSION= 0.8.1 CATEGORIES= graphics MASTER_SITES= http://www.idata.sk/~ondrej/sw/ +DISTNAME= ${PORTNAME}-0.8pl1 EXTRACT_SUFX= .tgz MAINTAINER= p@dancris.com |