diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /vietnamese/vnless | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
Diffstat (limited to 'vietnamese/vnless')
-rw-r--r-- | vietnamese/vnless/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vietnamese/vnless/Makefile b/vietnamese/vnless/Makefile index b6434f1c6f0e..f0b2d77f1252 100644 --- a/vietnamese/vnless/Makefile +++ b/vietnamese/vnless/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: vnless -# Version required: 0.0 # Date created: Tue Dec 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= vnless -PKGNAME= vi-vnless-1.0 +PORTNAME= vi-vnless +PORTVERSION= 1.0 CATEGORIES= vietnamese MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Unix/ \ ftp://ftp.monash.edu.au/pub/vietnam/unix/ +DISTNAME= vnless EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org |