aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 05:04:31 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 05:04:31 +0000
commitad963fa13231f90080575cd974a7918d8a8307ca (patch)
treeaa95cd6ed3d7789ef04cfb18e2226fe4446d2c37 /databases/postgresql73/Makefile
parentbaefc72969c876587f513d54d7d69f88cb514f4c (diff)
downloadports-ad963fa13231f90080575cd974a7918d8a8307ca.tar.gz
ports-ad963fa13231f90080575cd974a7918d8a8307ca.zip
Notes
Diffstat (limited to 'databases/postgresql73/Makefile')
-rw-r--r--databases/postgresql73/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index ead9c0b97909..199808f5bec0 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/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}" \