diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 20:33:50 +0000 |
commit | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (patch) | |
tree | 33bf3fe0052ed8974ed9a51c57c1e3d8549a229d /databases/pgaccess | |
parent | a4d1a258e26e6e24449d9d2d10608281550a2eda (diff) | |
download | FreeBSD-ports-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.zip FreeBSD-ports-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.tar.gz |
Commit all Y2K/WWW_SITE changes to Makefiles...
Diffstat (limited to 'databases/pgaccess')
-rw-r--r-- | databases/pgaccess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index ec5e606..351e73e 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Oct 4 20:03:46 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1998/06/13 13:25:02 andreas Exp $ +# $Id: Makefile,v 1.13 1998/11/23 14:11:02 andreas Exp $ # DISTNAME= pgaccess-0.91 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.flex.ro/pgaccess/ MAINTAINER= andreas@FreeBSD.ORG +WWW_SITE= http://www.flex.ro/pgaccess + RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql WRKSRC= ${WRKDIR}/pgaccess |