diff options
| author | itojun <itojun@NetBSD.org> | 2000-11-08 16:26:46 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-11-08 16:26:46 +0000 |
| commit | c2d7c0e321039752a2ed6708992bfef807864e2e (patch) | |
| tree | c0b18df54f6299e6d0354b768f05974ca8226e86 /gnu/usr.bin | |
| parent | d764c4d540db1b53576bc4338a90c993f751614d (diff) | |
gettextize works only if we have /usr/pkg/share/aclocal/gettext.m4 and friends,
and it does not make sense to install it.
From: Matthias Scheler <tron@zhadum.de>
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/Makefile b/gnu/usr.bin/gettext/Makefile index 0350be35004..319da0067d8 100644 --- a/gnu/usr.bin/gettext/Makefile +++ b/gnu/usr.bin/gettext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/11/06 15:35:25 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/08 16:26:46 itojun Exp $ .include <bsd.own.mk> SUBDIR= lib gettext msgcmp msgcomm msgfmt msgmerge msgunfmt xgettext \ - gettextize info + info .if ${MKNLS} != "no" SUBDIR+=locale |
