diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-04 06:23:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-04 06:23:00 +0000 |
commit | e25aeef5f462f4cc0b27e39a9040edad1566a875 (patch) | |
tree | 23065d69a79f683efa7918b8a0075824b5a1afe1 /misc/edict/Makefile | |
parent | 1117d3487c43b4017f6b36e112f8a6410f7b88dd (diff) | |
download | pkgsrc-e25aeef5f462f4cc0b27e39a9040edad1566a875.tar.gz |
Update to latest version. No changelog available.
Diffstat (limited to 'misc/edict/Makefile')
-rw-r--r-- | misc/edict/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/edict/Makefile b/misc/edict/Makefile index 5ed63495f04..e5b1923c4b9 100644 --- a/misc/edict/Makefile +++ b/misc/edict/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:39 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/04 06:23:00 wiz Exp $ # DISTNAME= edict -PKGNAME= edict-2004.003 +PKGNAME= edict-2006.002 CATEGORIES= japanese misc MASTER_SITES= ftp://ftp.cc.monash.edu.au/pub/nihongo/ \ http://japanology.arts.kuleuven.ac.be/mirrors/monash/ \ @@ -28,6 +28,8 @@ NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/edict ${INSTALL_DATA} ${WRKSRC}/edict ${PREFIX}/share/edict/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/edict.gz \ + ${PREFIX}/share/edict ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/edict ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/edict_doc.txt \ ${PREFIX}/share/doc/edict |