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/gaspell | |
| parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/gaspell')
| -rw-r--r-- | textproc/gaspell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 109d66e8b96b..58d89ea0fdef 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: gaspell -# Version required: 0.29.1 # Date created: 17th February 2000 # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gaspell-.29.1 -PKGNAME= gaspell-0.29.1 +PORTNAME= gaspell +PORTVERSION= 0.29.1 CATEGORIES= textproc gnome MASTER_SITES= http://aspell.sourceforge.net/ +DISTNAME= ${PORTNAME}-.29.1 MAINTAINER= ade@FreeBSD.org |
