pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74-lib Fix issue with PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfc242e15b8c
branches:  trunk
changeset: 516241:cfc242e15b8c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 17 17:32:30 2006 +0000

description:
Fix issue with PKGMANDIR.

diffstat:

 databases/postgresql74-lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c349a67bfca9 -r cfc242e15b8c databases/postgresql74-lib/Makefile
--- a/databases/postgresql74-lib/Makefile       Mon Jul 17 17:25:25 2006 +0000
+++ b/databases/postgresql74-lib/Makefile       Mon Jul 17 17:32:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/02/21 20:23:49 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/17 17:32:30 joerg Exp $
 
 PKGNAME=               postgresql74-lib-${BASE_VERS}
 SVR4_PKGNAME=          pstgl
@@ -58,7 +58,7 @@
 
 post-install:
        ${EGREP} -v "^#" ${FILESDIR}/man.lib > ${WRKDIR}/man_tar
-       cd ${PREFIX}/man && ${TAR} -zxm -T ${WRKDIR}/man_tar            \
+       cd ${PREFIX}/${PKGMANDIR} && ${TAR} -zxm -T ${WRKDIR}/man_tar           \
                -f ${WRKSRC}/doc/man.tar.gz
 
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index