diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-19 10:53:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-19 10:53:26 +0000 |
commit | 2c0c5111797fa8f9b05d9ad05012c65af6d6a63e (patch) | |
tree | f87649e6a52b447760b8b81f51b4c922994ae59f /textproc/aspell | |
parent | 1a434ba2f35da17965f1c4c016e6f00eadff2e90 (diff) | |
download | pkgsrc-2c0c5111797fa8f9b05d9ad05012c65af6d6a63e.tar.gz |
- Set USE_GCC_SHLIB.
- Use INSTALL_DATA_DIR instead of MKDIR.
- Capitalize comment.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 3d8951e04ec..32c1d2b9464 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:54:01 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/19 10:53:26 jmmv Exp $ # DISTNAME= aspell-0.50.3 @@ -8,12 +8,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://aspell.net/ -COMMENT= spell checker with good multi-language support +COMMENT= Spell checker with good multi-language support CONFLICTS= libpspell-[0-9]* USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_GCC_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool @@ -29,7 +30,7 @@ REPLACE_PERL= scripts/aspell-import # Create directory for dictionaries. # post-install: - ${MKDIR} ${PREFIX}/lib/aspell + ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell .include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |