diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-10 19:27:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-10 19:27:32 +0000 |
commit | 5e9a1c14bf8acdc8223ad1cf0d688c17f943f756 (patch) | |
tree | 9c6b38972e3cd8b89e6447cb4ac0fef4eea96a81 /editors/abiword-plugins | |
parent | 8b5a978de2dc95a4c5a3b3309d61700d08039547 (diff) | |
download | pkgsrc-5e9a1c14bf8acdc8223ad1cf0d688c17f943f756.tar.gz |
Do not set PKGREVISION in Makefile.common.
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3
distfile (difference is a "const").
Hi adam!
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-plugins/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 6777b1216bf..f51389cbc08 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/02/07 14:15:13 adam Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/10 19:27:32 wiz Exp $ .include "../../editors/abiword/Makefile.common" PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION} +PKGREVISION= 1 COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins diff --git a/editors/abiword-plugins/distinfo b/editors/abiword-plugins/distinfo index c5d65c3297d..29e4ad77c39 100644 --- a/editors/abiword-plugins/distinfo +++ b/editors/abiword-plugins/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/02/07 14:15:13 adam Exp $ +$NetBSD: distinfo,v 1.5 2005/02/10 19:27:32 wiz Exp $ -SHA1 (abiword-2.2.3.tar.bz2) = 0ad900f13e535a4b55faed41b8ab8d63400c7712 -Size (abiword-2.2.3.tar.bz2) = 23472285 bytes +SHA1 (abiword-2.2.3/abiword-2.2.3.tar.bz2) = 0ad900f13e535a4b55faed41b8ab8d63400c7712 +Size (abiword-2.2.3/abiword-2.2.3.tar.bz2) = 23472285 bytes |