pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-lib bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05d94a951c53
branches:  trunk
changeset: 466610:05d94a951c53
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jan 21 09:01:00 2004 +0000

description:
bl3ify

diffstat:

 databases/postgresql-lib/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 9b89145742ca -r 05d94a951c53 databases/postgresql-lib/Makefile
--- a/databases/postgresql-lib/Makefile Wed Jan 21 08:59:32 2004 +0000
+++ b/databases/postgresql-lib/Makefile Wed Jan 21 09:01:00 2004 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2004/01/21 08:14:29 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/21 09:01:00 jlam Exp $
 
 PKGNAME=               postgresql-lib-${BASE_VERS}
 PKGREVISION=           1
 SVR4_PKGNAME=          pstgl
 COMMENT=               PostgreSQL database headers and libraries
 
-USE_BUILDLINK2=                yes
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+USE_BUILDLINK3=                yes
 
 .include "../../databases/postgresql/Makefile.common"
 
@@ -18,6 +19,8 @@
 DEINSTALL_EXTRA_TMPL=  ${.CURDIR}/INSTALL
 INSTALL_EXTRA_TMPL=    ${.CURDIR}/INSTALL
 
+INSTALLATION_DIRS=     man
+
 post-buildlink:
 #
 # Avoid conflict between "${LOCALBASE}/include/openssl/des.h" and
@@ -33,5 +36,5 @@
        ${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz             \
                `${SED} -e "s|^#.*||" ${FILESDIR}/man.lib`
 
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index