summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 06:41:14 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 06:41:14 +0000
commit4dc32c4a5effbb02c679340f6761311136c41eb7 (patch)
tree5c54bfebeadfce80773df134b3a7a5c34ed46326 /databases
parent- Pass maintainer to submitter (diff)
Fix bad commit, accidentally copied the CVS directoy from 83 to 84 and committed. Yikes. :-(
Notes
Notes: svn path=/head/; revision=237402
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql83-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql83-client/Makefile b/databases/postgresql83-client/Makefile
index cb5a77b6b5cb..954c5c2e54af 100644
--- a/databases/postgresql83-client/Makefile
+++ b/databases/postgresql83-client/Makefile
@@ -9,10 +9,11 @@
PORTNAME= postgresql
PKGNAMESUFFIX= -client
+PORTEPOCH= 1
COMMENT= PostgreSQL database (client)
-MASTERDIR= ${.CURDIR}/../postgresql84-server
+MASTERDIR= ${.CURDIR}/../postgresql83-server
BUILD_DIRS= config src/include src/interfaces \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \