summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-21 09:01:00 +0000
committerjlam <jlam@pkgsrc.org>2004-01-21 09:01:00 +0000
commite3d127380e7fb382a23d4ae662484951d20380c4 (patch)
tree373103e5b0f3e9cbd97bbd993ff28e95389b4eb3
parent622bd69b450e788b51cdeedfa1c96e00b48c77bb (diff)
downloadpkgsrc-e3d127380e7fb382a23d4ae662484951d20380c4.tar.gz
bl3ify
-rw-r--r--databases/postgresql-lib/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/postgresql-lib/Makefile b/databases/postgresql-lib/Makefile
index 9c6f4f04b61..2010edc2250 100644
--- a/databases/postgresql-lib/Makefile
+++ b/databases/postgresql-lib/Makefile
@@ -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 @@ USE_PKGINSTALL= yes
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 @@ post-install:
${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"