diff options
Diffstat (limited to 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index a04e5aefc6c..b02fdc98eba 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/08 12:35:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/10/20 22:28:44 hubertf Exp $ # DISTNAME= catdoc-0.35 @@ -15,6 +15,8 @@ DEPENDS= tk-8.0p2:../../x11/tk80 MANCOMPRESSED= yes .endif +CFLAGS+= -Dunix + post-install: ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${WRKSRC}/wordview \ > ${PREFIX}/bin/wordview |