diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 10:35:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 10:35:24 +0000 |
commit | c86ac6b1c139ee9935199e47eaa494bf153865c0 (patch) | |
tree | 4a572c9b485bd648601096c46d331fb97b2bb0f4 /textproc | |
parent | 6c86472a671bbdc601504fefd1fffed2b78d1d55 (diff) | |
download | FreeBSD-ports-c86ac6b1c139ee9935199e47eaa494bf153865c0.zip FreeBSD-ports-c86ac6b1c139ee9935199e47eaa494bf153865c0.tar.gz |
Add back DISTNAME, it's still used for WRKSRC generation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 6867077..ad10659 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -10,6 +10,7 @@ PORTVERSION?= 3.1.20c CATEGORIES= textproc elisp MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ +DISTNAME= ispell-3.1 MAINTAINER= jmz@FreeBSD.org PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ |