diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-23 07:23:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-23 07:23:24 +0000 |
commit | e92920c50bb472d5291694e4cadc14de13158d85 (patch) | |
tree | d8150b19dab7aa8cffd9c59f20aa3ab30ab03cf7 /russian/rispell | |
parent | 637056ef68655cfb65e089829def6e7bef2ece40 (diff) | |
download | ports-e92920c50bb472d5291694e4cadc14de13158d85.tar.gz ports-e92920c50bb472d5291694e4cadc14de13158d85.zip |
Notes
Diffstat (limited to 'russian/rispell')
-rw-r--r-- | russian/rispell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile index a77867a49ef8..389f42230411 100644 --- a/russian/rispell/Makefile +++ b/russian/rispell/Makefile @@ -2,7 +2,7 @@ # Date created: 16 Dec 1997 # Whom: ache # -# $Id: Makefile,v 1.2 1997/12/17 04:17:08 ache Exp $ +# $Id: Makefile,v 1.3 1997/12/21 12:07:17 ache Exp $ # DISTNAME= rispell @@ -11,12 +11,12 @@ CATEGORIES= textproc russian MASTER_SITES= http://www.ispras.ru/~knizhnik/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ +MAINTAINER= ache@FreeBSD.org + BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell WRKSRC= ${WRKDIR}/russian-ispell -MAINTAINER= ache@FreeBSD.org - do-install: cd ${WRKSRC} && \ ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/lib |