pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ispell-base Allow this to use custom PKGMANDI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0db2e229eb97
branches: trunk
changeset: 504892:0db2e229eb97
user: reed <reed%pkgsrc.org@localhost>
date: Tue Dec 27 18:27:16 2005 +0000
description:
Allow this to use custom PKGMANDIR by setting MAN1DIR and MAN45DIR
in the local.h also.
diffstat:
textproc/ispell-base/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r dce362eed61a -r 0db2e229eb97 textproc/ispell-base/Makefile
--- a/textproc/ispell-base/Makefile Tue Dec 27 18:25:07 2005 +0000
+++ b/textproc/ispell-base/Makefile Tue Dec 27 18:27:16 2005 +0000
@@ -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 @@
${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;
Home |
Main Index |
Thread Index |
Old Index