diff options
-rw-r--r-- | sysutils/pv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 28b7c3e0ab1..93b64233666 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:28 rodent Exp $ +# $NetBSD: Makefile,v 1.24 2013/09/01 06:32:11 obache Exp $ # DISTNAME= pv-0.9.6 @@ -19,6 +19,8 @@ INFO_FILES= yes # Don't gzip the installed info file and man pages. CONFIGURE_ENV+= DO_GZIP=${TOOLS_CMD.true} +REPLACE_LOCALEDIR_PATTERNS+= vars.mk + DOCDIR= ${PREFIX}/share/doc/pv INSTALLATION_DIRS= ${DOCDIR} |