diff options
Diffstat (limited to 'textproc/aspell-svenska')
-rw-r--r-- | textproc/aspell-svenska/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell-svenska/distinfo | 4 | ||||
-rw-r--r-- | textproc/aspell-svenska/patches/patch-aa | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/textproc/aspell-svenska/Makefile b/textproc/aspell-svenska/Makefile index 75e0e519bc1..9e5066ec0b6 100644 --- a/textproc/aspell-svenska/Makefile +++ b/textproc/aspell-svenska/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:56:26 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:52 salo Exp $ # DISTNAME= aspell-sv-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-svenska/distinfo b/textproc/aspell-svenska/distinfo index 3e3af0235c7..970b5ac0cb9 100644 --- a/textproc/aspell-svenska/distinfo +++ b/textproc/aspell-svenska/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/17 03:56:26 salo Exp $ +$NetBSD: distinfo,v 1.2 2003/01/19 06:35:52 salo Exp $ SHA1 (aspell-sv-0.50-2.tar.bz2) = 0b07fbc43de1deea85069710d1e72a7b64c680a5 Size (aspell-sv-0.50-2.tar.bz2) = 90602 bytes -SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-svenska/patches/patch-aa b/textproc/aspell-svenska/patches/patch-aa index 87e231897a1..48d07a7768c 100644 --- a/textproc/aspell-svenska/patches/patch-aa +++ b/textproc/aspell-svenska/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 03:56:26 salo Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:52 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 03:56:26 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} |