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/Cgraph | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) |
Notes
Diffstat (limited to 'graphics/Cgraph')
-rw-r--r-- | graphics/Cgraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile index ddbb76c54ad0..04f384e9d941 100644 --- a/graphics/Cgraph/Makefile +++ b/graphics/Cgraph/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: cgraph -# Version required: 2.04 # Date created: 25 September 1998 # Whom: Anton Berezin <tobez@plab.ku.dk> # # $FreeBSD$ # -DISTNAME= Cgraph2.04 -PKGNAME= Cgraph-2.04 +PORTNAME= Cgraph +PORTVERSION= 2.04 CATEGORIES= graphics MASTER_SITES= http://totoro.berkeley.edu/software/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tobez@plab.ku.dk |