diff options
author | salo <salo@pkgsrc.org> | 2003-01-19 06:35:44 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-19 06:35:44 +0000 |
commit | 26f3c60c5a629f7e2268ee970435c87147b32e2d (patch) | |
tree | 74c025c18f8fe905e36a6709ab828eeeb9719c39 /textproc/aspell-english/Makefile | |
parent | caf21052f85726c78a8e9b88585238d71c18ade1 (diff) | |
download | pkgsrc-26f3c60c5a629f7e2268ee970435c87147b32e2d.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'textproc/aspell-english/Makefile')
-rw-r--r-- | textproc/aspell-english/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile index b1f53c55d94..ab732af8fa3 100644 --- a/textproc/aspell-english/Makefile +++ b/textproc/aspell-english/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/15 00:31:54 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:46 salo Exp $ # DISTNAME= aspell-en-0.51-0 @@ -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" |