diff options
author | rillig <rillig> | 2005-11-15 14:48:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-15 14:48:13 +0000 |
commit | 7723beff1ee245617ff3c708f873f81c831a4236 (patch) | |
tree | 6bc6ab23f086f51be500d6154cd595215c908641 /sysutils/tpb | |
parent | e75664895858befa67d3c5b875065415fbbfc72a (diff) | |
download | pkgsrc-7723beff1ee245617ff3c708f873f81c831a4236.tar.gz |
Added USE_PKGLOCALEDIR=yes.
Diffstat (limited to 'sysutils/tpb')
-rw-r--r-- | sysutils/tpb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile index 85331f1d216..2437ca14024 100644 --- a/sysutils/tpb/Makefile +++ b/sysutils/tpb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/15 14:48:13 rillig Exp $ # DISTNAME= tpb-0.6.1 @@ -13,6 +13,7 @@ COMMENT= Utility to enable the IBM ThinkPad(tm) special keys ONLY_FOR_PLATFORM= *-*-i386 USE_PKGINSTALL= YES +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |