diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-16 07:29:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-16 07:29:18 +0000 |
commit | a35549b1a80cd25d1d37dc9333eb0b9fc5a7fc59 (patch) | |
tree | 05a11d3f22f8fceaa4d9934d9136544cb385c7c3 /textproc | |
parent | 3d95be83f2a3036c467a35659382150728a991de (diff) | |
download | pkgsrc-a35549b1a80cd25d1d37dc9333eb0b9fc5a7fc59.tar.gz |
Fix checksum mismatch due to distfile change. diff with the previous
shows some code changes. Set DIST_SUBDIR to PKGNAME and bump
PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/flyspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/flyspell/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index 6430547b220..052b9a33b30 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/11/19 18:27:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/16 07:29:18 minskim Exp $ # DISTNAME= flyspell-1.7f.el PKGNAME= ${DISTNAME:S/.el//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ EXTRACT_SUFX= # empty @@ -16,6 +17,7 @@ DEPENDS= ispell-emacs-[0-9]*:../../textproc/ispell-emacs EXTRACT_ONLY= # None WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= # NO_BUILD= # diff --git a/textproc/flyspell/distinfo b/textproc/flyspell/distinfo index e73a529656c..4cf42a436e2 100644 --- a/textproc/flyspell/distinfo +++ b/textproc/flyspell/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/11/19 18:27:11 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/12/16 07:29:18 minskim Exp $ -SHA1 (flyspell-1.7f.el) = b044510710c9bb98d015eb553ef9a441a4ee5251 -Size (flyspell-1.7f.el) = 93335 bytes +SHA1 (flyspell-1.7f.el) = bec12b017923c0e2fa1887bbb3d016ea332acb2a +Size (flyspell-1.7f.el) = 92928 bytes |