diff options
-rw-r--r-- | converters/autoconvert/Makefile | 3 | ||||
-rw-r--r-- | converters/cn2jp/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index 671de68f6d0..06c83cba8b8 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:28 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/10/10 10:29:27 rillig Exp $ DISTNAME= autoconvert-0.3.13 PKGREVISION= 2 @@ -11,6 +11,7 @@ COMMENT= Intelligent Chinese encoding converter USE_LIBTOOL= yes USE_TOOLS+= gmake +INSTALLATION_DIRS_FROM_PLIST= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert 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 |