diff options
Diffstat (limited to 'textproc/aspell-polish/Makefile')
-rw-r--r-- | textproc/aspell-polish/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/aspell-polish/Makefile b/textproc/aspell-polish/Makefile index 728b78c6508..7c92945b963 100644 --- a/textproc/aspell-polish/Makefile +++ b/textproc/aspell-polish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:53:29 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:50 salo Exp $ # DISTNAME= aspell-pl-0.50-2 @@ -17,8 +17,5 @@ HAS_CONFIGURE= YES CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" -MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" - .include "../../textproc/aspell/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |