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-faroese/patches/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/aspell-faroese/patches') diff --git a/textproc/aspell-faroese/patches/patch-aa b/textproc/aspell-faroese/patches/patch-aa index 13bf29b7504..f2f944f7bb3 100644 --- a/textproc/aspell-faroese/patches/patch-aa +++ b/textproc/aspell-faroese/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:46:34 salo Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:48 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:46:34 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