Index: head/databases/postgresql-docs/Makefile =================================================================== --- head/databases/postgresql-docs/Makefile (revision 72491) +++ head/databases/postgresql-docs/Makefile (revision 72492) @@ -1,25 +1,25 @@ # New ports collection makefile for: PostgreSQL docs # Date created: August 26, 2002 # Whom: Palle Girgensohn # # $FreeBSD$ # PORTNAME= postgresql PKGNAMESUFFIX= -docs MAINTAINER= girgen@pingpong.net POSTGRESQL_SUBPORT= YES POSTGRESQL_PORT?= databases/postgresql7 -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} .undef GNU_CONFIGURE NO_BUILD= YES do-install: $(MKDIR) ${PREFIX}/share/doc/postgresql/html; \ ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \ ( cd $(PREFIX)/share/doc/postgresql/html && $(TAR) xf - ) .include Property changes on: head/databases/postgresql-docs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property