diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/catdoc | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc/Makefile.common b/textproc/catdoc/Makefile.common index 0f74260d4b7..523e64a9f8c 100644 --- a/textproc/catdoc/Makefile.common +++ b/textproc/catdoc/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2003/09/17 14:57:26 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:26:49 agc Exp $ # DISTNAME= catdoc-0.91.4 -WRKSRC= ${WRKDIR}/catdoc CATEGORIES= textproc MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/ @@ -13,6 +12,7 @@ COMMENT= Reads MS-Word file and puts out its content as plain text DISTINFO_FILE= ${.CURDIR}/../../textproc/catdoc/distinfo PATCHDIR= ${.CURDIR}/../../textproc/catdoc/patches +WRKSRC= ${WRKDIR}/catdoc USE_BUILDLINK2= yes GNU_CONFIGURE= yes |