diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-11 09:56:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-11 09:56:37 +0000 |
commit | 7fe46004f14dc331753b22bbe4e7bff121698184 (patch) | |
tree | 83d98ae1d71206a9a80344328a1cf9f3f40e9036 /misc/xjdic/Makefile | |
parent | 77cad404fb5648844385bb311d0f7c4b87b3b9f0 (diff) | |
download | pkgsrc-7fe46004f14dc331753b22bbe4e7bff121698184.tar.gz |
Use DIST_SUBDIR=${PKGNAME} (not PKGNAME_NOREV)
since the dictionaries used are not versioned and independent of the executable.
Bump PKGREVISION to 2 since the dictionaries have been updated.
Diffstat (limited to 'misc/xjdic/Makefile')
-rw-r--r-- | misc/xjdic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/xjdic/Makefile b/misc/xjdic/Makefile index 79e512a379e..8613329eecb 100644 --- a/misc/xjdic/Makefile +++ b/misc/xjdic/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:50:04 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/11 09:56:37 wiz Exp $ # DISTNAME= xjdic23 PKGNAME= xjdic-2.3 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR} CATEGORIES= japanese misc MASTER_SITES= http://www.bcit-broadcast.com/monash/ @@ -19,6 +19,8 @@ COMMENT= Japanese dictionary MESSAGE_SUBST+= PREFIX=${PREFIX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DIST_SUBDIR= ${PKGNAME} + do-install: cd ${WRKSRC} ; \ for i in exjdxgen xjdic_cl xjdic_sa xjdserver xjdxgen ; \ |