diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-10-20 22:28:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-10-20 22:28:44 +0000 |
commit | 3543d937050ee1bee91afae45b94138000c666c3 (patch) | |
tree | cce62f318817e323b5ac853150ba35026d09eaa4 /textproc | |
parent | 2c924821e47cd9eda493661d4c8267495e9b3e5f (diff) | |
download | pkgsrc-3543d937050ee1bee91afae45b94138000c666c3.tar.gz |
-Dunix
Diffstat (limited to 'textproc')
-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 |