diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 05:04:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 05:04:31 +0000 |
commit | ad963fa13231f90080575cd974a7918d8a8307ca (patch) | |
tree | aa95cd6ed3d7789ef04cfb18e2226fe4446d2c37 /databases/postgresql81-server | |
parent | baefc72969c876587f513d54d7d69f88cb514f4c (diff) | |
download | ports-ad963fa13231f90080575cd974a7918d8a8307ca.tar.gz ports-ad963fa13231f90080575cd974a7918d8a8307ca.zip |
Notes
Diffstat (limited to 'databases/postgresql81-server')
-rw-r--r-- | databases/postgresql81-server/Makefile | 5 | ||||
-rw-r--r-- | databases/postgresql81-server/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile index ead9c0b97909..199808f5bec0 100644 --- a/databases/postgresql81-server/Makefile +++ b/databases/postgresql81-server/Makefile @@ -6,13 +6,14 @@ # PORTNAME= postgresql -PORTVERSION= 7.0beta5 +PORTVERSION= 7.0.b5 CATEGORIES= databases MASTER_SITES= ftp://ftp.de.postgresql.org/ \ ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ ftp://ftp.digex.net/pub/packages/database/postgresql/ \ ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ +DISTNAME= ${PORTNAME}-7.0beta5 MAINTAINER= andreas@FreeBSD.org @@ -49,7 +50,7 @@ DOCDIR= ${WRKDIR}/${DISTNAME}/doc USE_GMAKE= YES MAKEFILE= GNUmakefile HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ +CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ --enable-locale \ --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" \ diff --git a/databases/postgresql81-server/pkg-descr b/databases/postgresql81-server/pkg-descr index 024b212bc319..f48a33337e55 100644 --- a/databases/postgresql81-server/pkg-descr +++ b/databases/postgresql81-server/pkg-descr @@ -21,6 +21,4 @@ support mailing list (questions@PostgreSQL.ORG). PostgreSQL is free and the complete source is available. -More information and documentation, visit: http://www.PostgreSQL.ORG/ - WWW: http://www.postgresql.org |