diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 14:39:12 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 14:39:12 +0000 |
commit | 39ac0883326fbcfc53168a983555ebfd5c0ed695 (patch) | |
tree | 788feabbeb73c46b842aa99190f58921f62640ef /net/xtraceroute | |
parent | 1601f1a67fc444ad40eea071ed3c03a0860667a0 (diff) | |
download | pkgsrc-39ac0883326fbcfc53168a983555ebfd5c0ed695.tar.gz |
Lint: PKGLOCALEDIR
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/Makefile | 9 | ||||
-rw-r--r-- | net/xtraceroute/PLIST | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 6520b977a56..56c2b251c5b 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/03/09 19:23:09 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2003/04/27 14:40:11 cjep Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -14,9 +14,10 @@ COMMENT= Graphical version of traceroute, which traces the route IP packets go BUILD_USES_MSGFMT= yes -USE_X11= yes -GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE diff --git a/net/xtraceroute/PLIST b/net/xtraceroute/PLIST index fea540e65ea..a70c6f2eddc 100644 --- a/net/xtraceroute/PLIST +++ b/net/xtraceroute/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:57 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/27 14:40:12 cjep Exp $ bin/xtraceroute share/xtraceroute/earth.tif share/xtraceroute/hosts.cache share/xtraceroute/networks.cache -share/locale/es/LC_MESSAGES/xtraceroute.mo -share/locale/fr/LC_MESSAGES/xtraceroute.mo -share/locale/ja/LC_MESSAGES/xtraceroute.mo +${PKGLOCALEDIR}/es/LC_MESSAGES/xtraceroute.mo +${PKGLOCALEDIR}/fr/LC_MESSAGES/xtraceroute.mo +${PKGLOCALEDIR}/ja/LC_MESSAGES/xtraceroute.mo man/man1/xtraceroute.1 |