diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-21 09:01:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-21 09:01:00 +0000 |
commit | aefa4467773abdb0d1dfa42746253c386ad38052 (patch) | |
tree | 373103e5b0f3e9cbd97bbd993ff28e95389b4eb3 /databases | |
parent | cdcc0bea0ee0ec99c5020e5cce3b0ff2786a0e6e (diff) | |
download | pkgsrc-aefa4467773abdb0d1dfa42746253c386ad38052.tar.gz |
bl3ify
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-lib/Makefile | 9 |
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" |