diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-10 13:58:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-10 13:58:33 +0000 |
commit | 6f3eb469e1976acb0db59f0497addab7d5e93a2c (patch) | |
tree | eea8c9f94ade6a7595144929f20fbeb5236e6f2d /textproc/isearch | |
parent | 7d2acfd09e1725ccfb44ddd83c3679ca0b762a88 (diff) | |
download | ports-6f3eb469e1976acb0db59f0497addab7d5e93a2c.tar.gz ports-6f3eb469e1976acb0db59f0497addab7d5e93a2c.zip |
Typo fix (two of them in the same line!).
Reported by: fenner's distfile survey error mail
Notes
Notes:
svn path=/head/; revision=27439
Diffstat (limited to 'textproc/isearch')
-rw-r--r-- | textproc/isearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index 9f98b6d3e9a1..9687bf1ca942 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -9,7 +9,7 @@ PORTNAME= isearch PORTVERSION= 1.14 CATEGORIES= textproc databases MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/ -DISTNAME- Isearc-${PORTVERSION} +DISTNAME= Isearch-${PORTVERSION} MAINTAINER= giffunip@asme.org |