diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-02 10:48:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-02 10:48:20 +0000 |
commit | 6dd7e73271ab9a3510a114e343770602268e5153 (patch) | |
tree | c3a5a976004b4e86bf7175f946c549a9e965b9a5 /databases | |
parent | e688129f2403483bf53f1d5af0836a7d9974e8b0 (diff) | |
download | pkgsrc-6dd7e73271ab9a3510a114e343770602268e5153.tar.gz |
Avoid implicit gtar dependency.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile index 2cd7b177d81..4a00ff8d1eb 100644 --- a/databases/postgresql74-client/Makefile +++ b/databases/postgresql74-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/30 01:50:10 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/02 10:48:20 wiz Exp $ PKGNAME= postgresql74-client-${BASE_VERS} PKGREVISION= # empty @@ -25,7 +25,7 @@ pre-build: post-install: ${EGREP} -v "^#" ${FILESDIR}/man.client > ${WRKDIR}/man_tar_files - ${TAR} -zxm -C ${PREFIX}/man -T ${WRKDIR}/man_tar_files \ + cd ${PREFIX}/man && ${TAR} -zxm -T ${WRKDIR}/man_tar_files \ -f ${WRKSRC}/doc/man.tar.gz .include "../../mk/bsd.prefs.mk" |