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 | 34ab94198021467642fe8dd956512d328b14141d (patch) | |
tree | 4879fc22b389caf7daf590d45211a3f809f97894 /textproc/aspell | |
parent | 68ff4729c634f9143cb04d864c3cbc4e334737c8 (diff) | |
download | pkgsrc-34ab94198021467642fe8dd956512d328b14141d.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() |