diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | ad484df21a7c7d25e1e37ed90fff311f479a8e91 (patch) | |
tree | af76de1209d059ff9421680d176b5dffbc47e83e /russian/rispell | |
parent | 0683433bc6f07a8866845c124869b1431eed09e8 (diff) | |
download | FreeBSD-ports-ad484df21a7c7d25e1e37ed90fff311f479a8e91.zip FreeBSD-ports-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.gz |
Update to use PORTNAME/PORTVERSION
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 1d24203..29cc082 100644 --- a/russian/rispell/Makefile +++ b/russian/rispell/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: rispell -# Version required: N/A # Date created: 16 Dec 1997 # Whom: ache # # $FreeBSD$ # -DISTNAME= rispell -PKGNAME= ru-ispell-1.0 +PORTNAME= ispell +PORTVERSION= 1.0 CATEGORIES= textproc russian MASTER_SITES= http://www.ispras.ru/~knizhnik/ +DISTNAME= rispell MAINTAINER= ache@FreeBSD.org |