pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ispell-en_GB ispell-en_GB: fix thinko in prev...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c335e45012a
branches: trunk
changeset: 427480:9c335e45012a
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Apr 17 06:04:17 2020 +0000
description:
ispell-en_GB: fix thinko in previous commit
diffstat:
textproc/ispell-en_GB/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1424be206af -r 9c335e45012a textproc/ispell-en_GB/Makefile
--- a/textproc/ispell-en_GB/Makefile Fri Apr 17 05:48:38 2020 +0000
+++ b/textproc/ispell-en_GB/Makefile Fri Apr 17 06:04:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/04/17 05:39:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/17 06:04:17 gutteridge Exp $
#
DISTNAME= ispell-3.4.00
@@ -36,7 +36,7 @@
${ECHO} '#define MASTERHASH "${DICT_LANG}xlg.hash"' >> local.h ; \
${ECHO} "#undef WORDS" >> local.h ; \
${ECHO} '#define WORDS "${WORDS}"' >> local.h ; \
- ${ECHO} '#ifdef __sun\n#include<sys/types.h>\n#include<sys/dirent.h>\n#define USG 1\n#endif' >> local.h
+ ${PRINTF} '#ifdef __sun\n#include<sys/types.h>\n#include<sys/dirent.h>\n#define USG 1\n#endif' >> local.h
do-install:
${CP} ${WRKSRC}/languages/${DICT_LANG}/${DICT_LANG}xlg.hash ${DESTDIR}${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index