diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /sysutils/pv/Makefile | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'sysutils/pv/Makefile')
-rw-r--r-- | sysutils/pv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 6747a846baf..c866188778f 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/04 11:56:35 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/10 07:52:38 cjep Exp $ # DISTNAME= pv-0.4.0 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes INFO_FILES= pv.info |