From 2c0c5111797fa8f9b05d9ad05012c65af6d6a63e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 19 Jul 2003 10:53:26 +0000 Subject: - Set USE_GCC_SHLIB. - Use INSTALL_DATA_DIR instead of MKDIR. - Capitalize comment. --- textproc/aspell/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'textproc/aspell') 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" -- cgit v1.2.3