diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 01:05:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 01:05:53 +0000 |
commit | a2b808dc7b0e89495608cc58873c1df836808ac8 (patch) | |
tree | 407e266e75ac57ebb2bc002f7c5ef6ee3220495b /editors | |
parent | f8d35d6e4db90946d85cfd360a020b54cfa65df5 (diff) | |
download | pkgsrc-a2b808dc7b0e89495608cc58873c1df836808ac8.tar.gz |
Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins,
they are using a different WRKSRC, reported by Jeremy C. Reed on
tech-pkg@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/abiword-plugins/distinfo b/editors/abiword-plugins/distinfo new file mode 100644 index 00000000000..23cdb98668e --- /dev/null +++ b/editors/abiword-plugins/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2004/10/27 01:05:53 xtraeme Exp $ + +SHA1 (abiword-2.0.11.tar.bz2) = 356828fbcec5ffade735f5bf68b8d9a7f6e9ef09 +Size (abiword-2.0.11.tar.bz2) = 22200079 bytes diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 61ce3659a01..adcb0d8cc7a 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/10/21 06:30:39 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/10/27 01:05:53 xtraeme Exp $ # ABIWORD_DIST_VERSION= 2.0.11 @@ -30,9 +30,6 @@ CONFIGURE_ARGS+= --with-libxml2 CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg} CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} -PATCHDIR= ${.CURDIR}/../../editors/abiword/patches -DISTINFO_FILE= ${.CURDIR}/../../editors/abiword/distinfo - .include "../../converters/fribidi/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |