diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 18:35:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 18:35:24 +0800 |
commit | c86ac6b1c139ee9935199e47eaa494bf153865c0 (patch) | |
tree | 4a572c9b485bd648601096c46d331fb97b2bb0f4 /textproc/ispell | |
parent | 6c86472a671bbdc601504fefd1fffed2b78d1d55 (diff) | |
download | freebsd-ports-gnome-c86ac6b1c139ee9935199e47eaa494bf153865c0.tar.gz freebsd-ports-gnome-c86ac6b1c139ee9935199e47eaa494bf153865c0.tar.zst freebsd-ports-gnome-c86ac6b1c139ee9935199e47eaa494bf153865c0.zip |
Add back DISTNAME, it's still used for WRKSRC generation.
Diffstat (limited to 'textproc/ispell')
-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 686707715ef4..ad10659badf3 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/ |