diff options
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r-- | databases/postgresql80-client/Makefile | 10 | ||||
-rw-r--r-- | databases/postgresql80-client/PLIST | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile index 7ffd0e1f346..dc2226cab08 100644 --- a/databases/postgresql80-client/Makefile +++ b/databases/postgresql80-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/21 19:05:07 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/10/18 18:39:09 adam Exp $ PKGNAME= postgresql80-client-${BASE_VERS} COMMENT= PostgreSQL database client programs @@ -65,13 +65,13 @@ USE_GNU_READLINE= yes # .if ${OPSYS} == "SunOS" post-wrapper: - ${TOUCH} ${BUILDLINK_DIR}/include/crypt.h + touch ${BUILDLINK_DIR}/include/crypt.h .endif pre-build: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \ cd ${WRKSRC}/src/backend && \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \ + env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \ ../../src/include/parser/parse.h \ ../../src/include/utils/fmgroids.h @@ -82,7 +82,7 @@ post-install: do \ ${INSTALL_DATA} $$file ${PG_DOC_DIR}/$$file; \ done - ${CP} -R ${WRKSRC}/doc/TODO.detail ${PG_DOC_DIR} - ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PG_DOC_DIR}/TODO.detail + cp -R ${WRKSRC}/doc/TODO.detail ${PG_DOC_DIR} + chown -R ${DOCOWN}:${DOCGRP} ${PG_DOC_DIR}/TODO.detail .include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST index 127c4645bf5..f4e43741904 100644 --- a/databases/postgresql80-client/PLIST +++ b/databases/postgresql80-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/05/26 17:47:58 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/10/18 18:39:09 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -947,6 +947,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html @@ -961,6 +962,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html @@ -977,6 +979,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |