summaryrefslogtreecommitdiff
path: root/www/pgdriver/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2001-09-03 10:09:55 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2001-09-03 10:09:55 +0000
commit2f0c6d8518e24fb05724e1172d9c82a37960e9bd (patch)
treeaa9a2d4c993f1496f375b2c351e541176b724771 /www/pgdriver/Makefile
parentAdd emh-emacs20 and emh-xemacs21-mule, MIME extension of mh-e.el. (diff)
Upgrade to v2.0.
Notes
Notes: svn path=/head/; revision=47356
Diffstat (limited to 'www/pgdriver/Makefile')
-rw-r--r--www/pgdriver/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile
index 7afd9ade8313..519587a8242d 100644
--- a/www/pgdriver/Makefile
+++ b/www/pgdriver/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= pgdriver
-PORTVERSION= 1.1
+PORTVERSION= 2.0
CATEGORIES= www databases
-MASTER_SITES= http://openacs.org/sdm/download-package/2/20/
+MASTER_SITES= http://openacs.org/sdm/download-package/2/38/
+EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
- ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7
+ ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7
RUN_DEPENDS= ${BUILD_DEPENDS}
MAKEFILE= makefile
+MAKE_ENV+= PREFIX=${PREFIX}
.include <bsd.port.mk>