diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-13 09:48:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-13 09:48:39 +0000 |
commit | 2cf6d574a7b0d98938cb230ba07e8a23628346f8 (patch) | |
tree | f308cf25ec03002f6c917f87f49bc9fc3a3770c3 /databases | |
parent | Update to 2.4. (diff) |
Properly record the libintl dependency in libnmz.
Bump PORTREVISION accordingly.
Notes
Notes:
svn path=/head/; revision=48730
Diffstat (limited to 'databases')
-rw-r--r-- | databases/namazu2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile index f661da902e54..554e516e14ac 100644 --- a/databases/namazu2/Makefile +++ b/databases/namazu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= namazu PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= japanese databases www textproc MASTER_SITES= http://www.namazu.org/stable/ PKGNAMESUFFIX= 2 @@ -37,6 +38,9 @@ DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/p5-Te DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi .endif +post-configure: + ${PERL} -i~ -pe 's,^(LIBS *= *)(.*),$$1 -L${LOCALBASE}/lib -lintl $$2\n,' ${WRKSRC}/nmz/Makefile + post-install: .if defined(NOPORTDOCS) ${RM} -rf ${PREFIX}/share/namazu/doc |