pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql74-client Avoid implicit gtar depe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a329051694d1
branches: trunk
changeset: 496546:a329051694d1
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 02 10:48:20 2005 +0000
description:
Avoid implicit gtar dependency.
diffstat:
databases/postgresql74-client/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51cda17811c2 -r a329051694d1 databases/postgresql74-client/Makefile
--- a/databases/postgresql74-client/Makefile Sat Jul 02 10:15:24 2005 +0000
+++ b/databases/postgresql74-client/Makefile Sat Jul 02 10:48:20 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index