diff options
-rw-r--r-- | textproc/aspell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 48ee9f83e4b..10f3f627d3a 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/10/09 12:52:36 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2006/11/05 17:02:18 joerg Exp $ # DISTNAME= aspell-0.60.4 @@ -50,10 +50,6 @@ NOT_FOR_COMPILER= xlc LIBS.SunOS+= -lm -# Create directory for dictionaries. -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell - .include "../../mk/bsd.prefs.mk" .if !empty(LOWER_OPSYS:Mirix5*) # needs vsnprintf() and snprintf() |