summaryrefslogtreecommitdiff
path: root/japanese/namazu/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-08-27 05:49:41 +0000
committersakamoto <sakamoto>1999-08-27 05:49:41 +0000
commit916ef653c369e24db4d8747a4c9e7e185817f66e (patch)
treef55ee8267103c2e85fc05837fd2c05c908b07463 /japanese/namazu/Makefile
parent7e8c8c87883beee9ccbaca5fa73ff02b380034bf (diff)
downloadpkgsrc-916ef653c369e24db4d8747a4c9e7e185817f66e.tar.gz
Update to 1.3.0.9.
v1.3.0.9 [1999-08-22] * Fixed a -F option related bug [namazu 936] * Fixed a filed-specified search bug on Win32 [namazu 884] * Fixed some small bugs [namazu 884] * Fixed a NMZ.total related bug [namazu 846] * Fixed mailutime's potential Y2K bug. * Modified not to display ugly '<>' in a title of HTML. v1.3.0.8 [1999-06-14] * Implemented a feature to support multiple REPLACE directive in namazu.conf * Fixed a Win32 specific subtle bug in mknmz.pl * Fixed a subtle bug in Makefile.in * Fixed str_backward_cmp() bug in form.c * Fixed ParseHtaccess() bug in mknmz.pl * Fixed validate_dbname() bug in cgi.c * Fixed put_hlist bug in hlist.c
Diffstat (limited to 'japanese/namazu/Makefile')
-rw-r--r--japanese/namazu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/namazu/Makefile b/japanese/namazu/Makefile
index 434f2804b8e..34c08459596 100644
--- a/japanese/namazu/Makefile
+++ b/japanese/namazu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1999/06/08 10:40:23 sakamoto Exp $
+# $NetBSD: Makefile,v 1.3 1999/08/27 05:49:41 sakamoto Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $
-DISTNAME= namazu-1.3.0.7
+DISTNAME= namazu-1.3.0.9
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/
@@ -14,6 +14,6 @@ DEPENDS= kakasi-2.2.5:../../japanese/kakasi \
USE_PERL5= yes
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/namazu-1.3.0.7/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include "../../mk/bsd.pkg.mk"