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 /textproc/nicetext | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'textproc/nicetext')
-rw-r--r-- | textproc/nicetext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index ab598b64503d..055364c3e970 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: nicetext -# Version required: 0.9 # Date created: 20 February 1998 # Whom: Mark Chapman <markc@ctgi.net> # # $FreeBSD$ -DISTNAME= nicetext-0.9 +PORTNAME= nicetext +PORTVERSION= 0.9 CATEGORIES= textproc MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \ ftp://nicetext.com/pub/nicetext/src/ |