diff options
author | salo <salo> | 2003-01-19 06:35:44 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-19 06:35:44 +0000 |
commit | 5ed3042b263731c06c8fbfc1a1bc899472435e7f (patch) | |
tree | 74c025c18f8fe905e36a6709ab828eeeb9719c39 /textproc/aspell-german/patches | |
parent | 5607bc6872831d8c8f75e590185de437764368da (diff) | |
download | pkgsrc-5ed3042b263731c06c8fbfc1a1bc899472435e7f.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'textproc/aspell-german/patches')
-rw-r--r-- | textproc/aspell-german/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/aspell-german/patches/patch-aa b/textproc/aspell-german/patches/patch-aa index 708a37a6b3a..f2f944f7bb3 100644 --- a/textproc/aspell-german/patches/patch-aa +++ b/textproc/aspell-german/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/16 08:52:27 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/16 08:52:27 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} |