Found HOMEPAGE

This commit is contained in:
espie 2000-06-23 13:25:42 +00:00
parent 194fa93ce6
commit 0abf869d35
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2000/06/23 03:06:34 jasoni Exp $ # $OpenBSD: Makefile,v 1.19 2000/06/23 13:25:42 espie Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net> # Original from: Ejovi Nuwere <ejovi@ejovi.net>
DISTNAME= ispell-3.1.20 DISTNAME= ispell-3.1.20
@ -12,6 +12,7 @@ FRENCH_DICT= francais-IREQ-1.4
GERMAN_DICT= hk2-deutsch GERMAN_DICT= hk2-deutsch
DISTFILES= ${DISTNAME}.tar.gz ${FRENCH_DICT}.tar.gz:0 ${GERMAN_DICT}.tar.gz:1 DISTFILES= ${DISTNAME}.tar.gz ${FRENCH_DICT}.tar.gz:0 ${GERMAN_DICT}.tar.gz:1
EXTRACT_ONLY= ${DISTNAME}.tar.gz ${GERMAN_DICT}.tar.gz EXTRACT_ONLY= ${DISTNAME}.tar.gz ${GERMAN_DICT}.tar.gz
HOMEPAGE= http://fmg-www.cs.ucla.edu/geoff/ispell.html
PATCHFILES= ispell-html-mode.patch:2 PATCHFILES= ispell-html-mode.patch:2

View File

@ -4,3 +4,4 @@ corrections when it can figure them out. Compared to UNIX spell, it
is faster and much easier to use. Ispell can also handle languages is faster and much easier to use. Ispell can also handle languages
other than English. other than English.
WWW: ${HOMEPAGE}