diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-26 08:12:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-26 08:12:40 +0000 |
commit | c80f4eaad8cb1ddb2c90382e4c818d06c3591d53 (patch) | |
tree | f2cc466ecfe3a529b10ff5a932b22809e59e65f9 /databases/postgresql91-server/Makefile | |
parent | 070a88502bb820e11f70acbf87b3a6394cdb085b (diff) | |
download | ports-c80f4eaad8cb1ddb2c90382e4c818d06c3591d53.tar.gz ports-c80f4eaad8cb1ddb2c90382e4c818d06c3591d53.zip |
Notes
Diffstat (limited to 'databases/postgresql91-server/Makefile')
-rw-r--r-- | databases/postgresql91-server/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 2d7c785e6d9f..fd22f955c9db 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.2.1 -PORTREVISION?= 1 +PORTVERSION?= 7.2.2 CATEGORIES?= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \ @@ -21,14 +20,9 @@ MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ MASTER_SITE_SUBDIR= source/v${PORTVERSION} DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} -.if !defined(POSTGRESQL_SUBPORT) && !defined(NOPORTDOCS) -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -.endif MAINTAINER?= girgen@partitur.se -FORBIDDEN= "buffer overruns acknowledged by authors--see <URL:http://www3.us.postgresql.org/news.html>" - WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql @@ -174,10 +168,6 @@ do-install: ${GMAKE} -C src/bin install ;\ ${GMAKE} -C src/include install ;\ ${GMAKE} -C src/interfaces install -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}; \ - ${GMAKE} -C doc install -.endif .endif post-clean: |