diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /vietnamese/vn7to8 | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'vietnamese/vn7to8')
-rw-r--r-- | vietnamese/vn7to8/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vietnamese/vn7to8/Makefile b/vietnamese/vn7to8/Makefile index d23185049117..34a454c1ed6f 100644 --- a/vietnamese/vn7to8/Makefile +++ b/vietnamese/vn7to8/Makefile @@ -1,6 +1,5 @@ # ex:ts=8 # Ports collection makefile for: vn7to8 -# Version required: 0.0 # Date created: Tue Dec 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # @@ -8,11 +7,12 @@ # # version # is VISCII version supported + .<edit_revision> -DISTNAME= vn7to8 -PKGNAME= vi-vn7to8-1.1.1 +PORTNAME= vi-vn7to8 +PORTVERSION= 1.1.1 CATEGORIES= vietnamese MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Unix/ \ ftp://ftp.monash.edu.au/pub/vietnam/unix/ +DISTNAME= vn7to8 EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org |