summaryrefslogtreecommitdiff
path: root/textproc/namazu1
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/namazu1
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/namazu1')
-rw-r--r--textproc/namazu1/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/namazu1/Makefile b/textproc/namazu1/Makefile
index 8af92f84c27..e8f66256057 100644
--- a/textproc/namazu1/Makefile
+++ b/textproc/namazu1/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:30 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/20 12:26:50 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $
DISTNAME= namazu-1.3.0.11
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= japanese textproc
MASTER_SITES= http://www.namazu.org/stable/
@@ -17,6 +16,8 @@ DEPENDS+= nkf-1.7:../../converters/nkf
DEPENDS+= p5-Text-ChaSen>=1.0:../../textproc/p5-Text-ChaSen
.endif
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+
CONFIGURE_ARGS+= --with-cgi-dir=${LOCALBASE}/libexec/cgi-bin
.if defined(WITH_CHASEN) && ${WITH_CHASEN} == NO
CONFIGURE_ARGS+= -without-chasen