diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:02:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:02:18 +0000 |
commit | cebf2b2203c07ae5169773644d56deea3a96deba (patch) | |
tree | 4879fc22b389caf7daf590d45211a3f809f97894 /textproc/aspell | |
parent | 86de2200e1849c8ca8de9b9ba372e57dc55ae4f6 (diff) | |
download | pkgsrc-cebf2b2203c07ae5169773644d56deea3a96deba.tar.gz |
Remove post-install, is this directory has files anyways.
Diffstat (limited to 'textproc/aspell')
-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() |