diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index 40359cf68e8..7422814dab2 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:46 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/02 13:38:53 joerg Exp $ DISTNAME= Isearch-1.47.01 PKGNAME= isearch-1.47.01 @@ -11,6 +11,8 @@ COMMENT= Advanced text indexing and searching system GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/isearch ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${PREFIX}/share/doc/isearch |