diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | ec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch) | |
tree | f529e186cbac619bbb2056386d2afa15ea42b057 /graphics/dia | |
parent | a60844b38d528798f2a86e708537291a96c07f44 (diff) | |
download | FreeBSD-ports-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip FreeBSD-ports-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz |
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index db37fcb..5c342ec 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dia -# Version required: 0.83 # Date created: 21 December 1999 # Whom: saper@system.pl # # $FreeBSD$ # -DISTNAME= dia-0.84 +PORTNAME= dia +PORTVERSION= 0.84 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia |