1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fixup after the PostgreSQL megacommit

This commit is contained in:
Mathieu Arnold 2005-01-31 16:58:54 +00:00
parent 994fbfdfa0
commit 264ae21c82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127792

View File

@ -28,6 +28,7 @@ MAN3= DBD::PgSPI.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
.endif
POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER}-server
PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT}
@ -60,6 +61,7 @@ post-patch:
post-clean:
@cd ${PGSQL_PORTDIR} && ${MAKE} clean
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}