summaryrefslogtreecommitdiff
path: root/textproc/ispell-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell-base/Makefile')
-rw-r--r--textproc/ispell-base/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile
index 8f315bef9ef..30badff071d 100644
--- a/textproc/ispell-base/Makefile
+++ b/textproc/ispell-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/12/05 20:51:03 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2005/12/27 18:27:16 reed Exp $
#
DISTNAME= ispell-3.3.02
@@ -41,7 +41,9 @@ do-configure:
${ECHO} "#define MASKBITS 64" >>local.h; \
${ECHO} "#undef WORDS" >> local.h ; \
${ECHO} '#define WORDS "${EXTRADICT}"' >> local.h ; \
- ${ECHO} "#define CFLAGS \"${CFLAGS}\"" >> local.h
+ ${ECHO} "#define CFLAGS \"${CFLAGS}\"" >> local.h ; \
+ ${ECHO} "#define MAN1DIR \"${PREFIX}/${PKGMANDIR}/man1\"" >> local.h ; \
+ ${ECHO} "#define MAN45DIR \"${PREFIX}/${PKGMANDIR}/man5\"" >> local.h ;
.if ${OPSYS} == "SunOS"
cd ${WRKSRC}; \
${ECHO} "#define USG" >> local.h;