diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-06 14:24:26 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-06 14:24:26 +0000 |
commit | 6cd11034e837e6dc29fc2f1cebe50f3a253e9c00 (patch) | |
tree | 47187ecc8f05391475c4b2156d9c4e954e970e25 /textproc/isearch/Makefile | |
parent | ceb2ae489371064601e941e47da59655d3fbb038 (diff) | |
download | FreeBSD-ports-6cd11034e837e6dc29fc2f1cebe50f3a253e9c00.zip FreeBSD-ports-6cd11034e837e6dc29fc2f1cebe50f3a253e9c00.tar.gz |
upgrade to 1.47d
PR: 28622
Submitted by: Paul Marquis <pmarquis@pobox.com>
Diffstat (limited to 'textproc/isearch/Makefile')
-rw-r--r-- | textproc/isearch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index e68af62..9d87336 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -6,9 +6,9 @@ # PORTNAME= isearch -PORTVERSION= 1.14 +PORTVERSION= 1.47d CATEGORIES= textproc databases -MASTER_SITES= ftp://ftp.cnidr.org/pub/software/Isearch/ +MASTER_SITES= http://www.etymon.com/pub/Isearch/ DISTNAME= Isearch-${PORTVERSION} MAINTAINER= giffunip@asme.org @@ -20,8 +20,8 @@ post-install: strip ${PREFIX}/bin/Iindex strip ${PREFIX}/bin/Iutil .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/Isearch - ${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR} .endif .include <bsd.port.mk> |