diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-10 10:29:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-10 10:29:27 +0000 |
commit | c12da468cf79aa54a2fc60d2f863cce5f6761f71 (patch) | |
tree | a64284567a3728889e7648b2ae04421fa160af5d /converters/cn2jp | |
parent | 21ffa00cae5d3d8f4e01fa20fe7724ae5010b795 (diff) | |
download | pkgsrc-c12da468cf79aa54a2fc60d2f863cce5f6761f71.tar.gz |
Fixed build.
Diffstat (limited to 'converters/cn2jp')
-rw-r--r-- | converters/cn2jp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index ee58175b05e..22f5ed13b69 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/14 08:00:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/10 10:30:44 rillig Exp $ DISTNAME= cn2jp1.4b PKGNAME= cn2jp-1.4b @@ -16,6 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake NO_CONFIGURE= yes +INSTALLATION_DIRS_FROM_PLIST= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cn2jp |