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 | 204c2622abac4ce83471ab5b1522c1b63b082704 (patch) | |
tree | 0f0522a392aa92ce078155f5f18b8ebb1e28ac84 /editors | |
parent | 4ddb40a9b8f35ca53919734d4e7d0781fa7ca36c (diff) | |
download | pkgsrc-204c2622abac4ce83471ab5b1522c1b63b082704.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 |