diff options
author | billf <billf@FreeBSD.org> | 1999-04-09 03:05:48 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-09 03:05:48 +0800 |
commit | d01ef0378d37773eedc2b569913c63d8fed5b968 (patch) | |
tree | 97aa185d299a9b6b451fae93acaede51995a2417 /databases/py-PyGreSQL | |
parent | 15908323f143e9b239d3f16ddfd00abf90ae488c (diff) | |
download | freebsd-ports-gnome-d01ef0378d37773eedc2b569913c63d8fed5b968.tar.gz freebsd-ports-gnome-d01ef0378d37773eedc2b569913c63d8fed5b968.tar.zst freebsd-ports-gnome-d01ef0378d37773eedc2b569913c63d8fed5b968.zip |
Proper URLs that reference directories end in '/'
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 2d1a29167db0..d500b2cf1da2 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -3,7 +3,7 @@ # Date created: 2/22/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.12 1999/03/12 15:16:59 scrappy Exp $ +# $Id: Makefile,v 1.13 1999/03/12 16:23:58 nectar Exp $ # DISTNAME= PyGreSQL-2.3 @@ -18,7 +18,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql -WWW_SITE= http://www.druid.net/pygresql +WWW_SITE= http://www.druid.net/pygresql/ MAKE_ENV= PYTHON=${PREFIX}/bin/python \ LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}" |