diff options
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 |