diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:32:03 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:32:03 +0000 |
commit | 53be91712df751b077593b3aa361fab5b3476d90 (patch) | |
tree | ec050108967fac8ea8957a13d94d3f616953b48c /devel/gettext | |
parent | 93b1705e3d9d8f76f3d694c374ed8136fdd5a23b (diff) | |
download | pkgsrc-53be91712df751b077593b3aa361fab5b3476d90.tar.gz |
pkglint: add %D/bin/ to install-info (this gets not installed to X11BASE).
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST index 7cfb9235bdf..6a13a915d79 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/10/04 22:04:54 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/11/13 01:32:03 frueauf Exp $ bin/gettext bin/gettextize bin/msgcmp @@ -8,13 +8,13 @@ bin/msgunfmt bin/tupdate bin/xgettext include/libintl.h -@unexec install-info --delete %D/info/gettext.info %D/info/dir +@unexec %D/bin/install-info --delete %D/info/gettext.info %D/info/dir info/gettext.info info/gettext.info-1 info/gettext.info-2 info/gettext.info-3 info/gettext.info-4 -@exec install-info %D/info/gettext.info %D/info/dir +@exec %D/bin/install-info %D/info/gettext.info %D/info/dir lib/libintl.a lib/locale/de/LC_MESSAGES/gettext.cat lib/locale/fr/LC_MESSAGES/gettext.cat |