diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
commit | ec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch) | |
tree | f529e186cbac619bbb2056386d2afa15ea42b057 /graphics/4va | |
parent | a60844b38d528798f2a86e708537291a96c07f44 (diff) | |
download | freebsd-ports-graphics-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz freebsd-ports-graphics-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.zst freebsd-ports-graphics-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip |
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/4va')
-rw-r--r-- | graphics/4va/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile index ba898e90a10..cc671f714e0 100644 --- a/graphics/4va/Makefile +++ b/graphics/4va/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: 4va -# Version required: 1.21 # Date created: 26 July 1998 # Whom: Malte Lance <malte.lance@gmx.net> # # $FreeBSD$ # -DISTNAME= 4va-1.21 +PORTNAME= 4va +PORTVERSION= 1.21 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/hacks/X |