diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 14b55526ee1f..5f05ace4cd5c 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: aspell -# Version required: 0.29.1 # Date created: 7 December 1998 # Whom: Josh Gilliam <josh@quick.net> # # $FreeBSD$ # -DISTNAME= aspell-.29.1 -PKGNAME= aspell-0.29.1 +PORTNAME= aspell +PORTVERSION= 0.29.1 CATEGORIES= textproc MASTER_SITES= http://download.sourceforge.net/aspell/ +DISTNAME= ${PORTNAME}-.29.1 MAINTAINER= ade@FreeBSD.org |