diff options
author | salo <salo> | 2003-01-19 06:35:44 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-19 06:35:44 +0000 |
commit | 7e179cc2000969bffa497b37297b95aa9c23c827 (patch) | |
tree | 74c025c18f8fe905e36a6709ab828eeeb9719c39 /textproc/aspell-welsh | |
parent | 62f0ca9f7232e52107231699e430c16419c4e727 (diff) | |
download | pkgsrc-7e179cc2000969bffa497b37297b95aa9c23c827.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'textproc/aspell-welsh')
-rw-r--r-- | textproc/aspell-welsh/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell-welsh/distinfo | 4 | ||||
-rw-r--r-- | textproc/aspell-welsh/patches/patch-aa | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/textproc/aspell-welsh/Makefile b/textproc/aspell-welsh/Makefile index a143715c49b..49cbc1142c2 100644 --- a/textproc/aspell-welsh/Makefile +++ b/textproc/aspell-welsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:53 salo Exp $ # DISTNAME= aspell-cy-0.50-3 @@ -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-welsh/distinfo b/textproc/aspell-welsh/distinfo index 0635aff6e25..22df5f892ba 100644 --- a/textproc/aspell-welsh/distinfo +++ b/textproc/aspell-welsh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ +$NetBSD: distinfo,v 1.2 2003/01/19 06:35:53 salo Exp $ SHA1 (aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116 Size (aspell-cy-0.50-3.tar.bz2) = 117652 bytes -SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-welsh/patches/patch-aa b/textproc/aspell-welsh/patches/patch-aa index 8c793b05add..8bce0bb5389 100644 --- a/textproc/aspell-welsh/patches/patch-aa +++ b/textproc/aspell-welsh/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:53 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:47:05 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} |