From 26f3c60c5a629f7e2268ee970435c87147b32e2d Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 19 Jan 2003 06:35:44 +0000 Subject: s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV. --- textproc/aspell-breton/Makefile | 5 +---- textproc/aspell-breton/distinfo | 4 ++-- textproc/aspell-breton/patches/patch-aa | 10 +++++----- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'textproc/aspell-breton') diff --git a/textproc/aspell-breton/Makefile b/textproc/aspell-breton/Makefile index 30e27f1d6fc..3630e62774d 100644 --- a/textproc/aspell-breton/Makefile +++ b/textproc/aspell-breton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:44 salo Exp $ # DISTNAME= aspell-br-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" diff --git a/textproc/aspell-breton/distinfo b/textproc/aspell-breton/distinfo index 0be303e550b..8a810698d94 100644 --- a/textproc/aspell-breton/distinfo +++ b/textproc/aspell-breton/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ +$NetBSD: distinfo,v 1.2 2003/01/19 06:35:44 salo Exp $ SHA1 (aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536 Size (aspell-br-0.50-2.tar.bz2) = 68055 bytes -SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-breton/patches/patch-aa b/textproc/aspell-breton/patches/patch-aa index cd14508bcfc..d0c4640eb2b 100644 --- a/textproc/aspell-breton/patches/patch-aa +++ b/textproc/aspell-breton/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:44 salo Exp $ --- Makefile.pre.orig Fri Jan 3 18:39:33 2003 +++ Makefile.pre Wed Jan 15 00:48:39 2003 @@ -12,10 +12,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ - mkdir -p ${DESTDIR}${datadir}/ - cp ${data_files} ${DESTDIR}${datadir}/ - cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files} -+ ${INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/ -+ ${INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ -+ ${INSTALL_DATA_DIR} ${DESTDIR}${datadir}/ -+ ${INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/ ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/ ++ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/ ++ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/ clean: rm -f ${rws_files} -- cgit v1.2.3