diff options
author | cjep <cjep@pkgsrc.org> | 2003-03-16 14:02:23 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-03-16 14:02:23 +0000 |
commit | f8c26f9b7b41cfa6c07e3e30bc4a839c2e8c0c86 (patch) | |
tree | 9e61550b623266abf20a224e4956e83a2ff3b80f /textproc | |
parent | b1cd5dd3decc589b4e58fbb2f64ebf6b935880fd (diff) | |
download | pkgsrc-f8c26f9b7b41cfa6c07e3e30bc4a839c2e8c0c86.tar.gz |
Use tabs...
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diction/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index 480ff739cc1..c23a144d513 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/16 14:00:53 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/16 14:02:23 cjep Exp $ DISTNAME= diction-1.02 CATEGORIES= textproc @@ -9,7 +9,7 @@ HOMEPAGE= http://www.gnu.org/software/diction/diction.html COMMENT= GNU version of diction and style GNU_CONFIGURE= YES -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub .include "../../mk/bsd.pkg.mk" |