diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-08 06:20:32 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-08 06:20:32 +0000 |
commit | b91ad26394be434858eef74909949c8898efb61b (patch) | |
tree | 0f0522a392aa92ce078155f5f18b8ebb1e28ac84 /editors | |
parent | b6725b9113aac351147640ac2f95ca82dc357b0e (diff) | |
download | pkgsrc-b91ad26394be434858eef74909949c8898efb61b.tar.gz |
Make it include correct file.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 158f78ea6c7..15a5c49aeba 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2009/04/07 16:27:09 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2009/04/08 06:20:32 hasso Exp $ PKG_DESTDIR_SUPPORT= user-destdir -.include "../../editors/abiword.neu/Makefile.common" +.include "../../editors/abiword/Makefile.common" DISTNAME= abiword-plugins-${ABIWORD_VERSION} COMMENT= Plugins enhancing Abiword's capabilities |