summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-04-17 06:04:17 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-04-17 06:04:17 +0000
commit66a6a81cb2b99cadef5a43d4da9972f3b0b9c964 (patch)
tree3f148dea93ffed671b879d21c95bf0697f7219bc /textproc
parent2ad0aa74dc925eb921421d6682eb4202fe13994b (diff)
downloadpkgsrc-66a6a81cb2b99cadef5a43d4da9972f3b0b9c964.tar.gz
ispell-en_GB: fix thinko in previous commit
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell-en_GB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-en_GB/Makefile b/textproc/ispell-en_GB/Makefile
index 576f2880cbb..21cabe66d6f 100644
--- a/textproc/ispell-en_GB/Makefile
+++ b/textproc/ispell-en_GB/Makefile
@@ -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 @@ do-configure:
${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