diff options
author | rillig <rillig> | 2005-11-15 14:48:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-15 14:48:13 +0000 |
commit | e5d1a40dcf0e3bfca227003b3ec9b163f3a82041 (patch) | |
tree | 6bc6ab23f086f51be500d6154cd595215c908641 /sysutils/tpb | |
parent | 3e0dae3ca577579349d16cf7ba6d8e6bcff94982 (diff) | |
download | pkgsrc-e5d1a40dcf0e3bfca227003b3ec9b163f3a82041.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} |