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 /textproc/gaspell | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
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 109d66e8b96..58d89ea0fde 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 |