diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-14 08:03:19 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-14 08:03:19 +0800 |
commit | 18d568f7ee65d02ed3211e80fe89ba03c3e07904 (patch) | |
tree | e496d07226d8d00c7a9dc7156f3341a5a5ae8cd5 /databases/pgaccess/Makefile | |
parent | 332d3d722e93b112ed596d2d12ab2813a43a1510 (diff) | |
download | freebsd-ports-gnome-18d568f7ee65d02ed3211e80fe89ba03c3e07904.tar.gz freebsd-ports-gnome-18d568f7ee65d02ed3211e80fe89ba03c3e07904.tar.zst freebsd-ports-gnome-18d568f7ee65d02ed3211e80fe89ba03c3e07904.zip |
Move WWW_SITE to pkg/DESCR:WWW from Makefile
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r-- | databases/pgaccess/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index edcce8554303..f81924950e7c 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.16 1999/04/08 19:05:45 billf Exp $ +# $Id: Makefile,v 1.17 1999/04/11 12:41:13 jseger Exp $ # DISTNAME= pgaccess-0.96 @@ -12,8 +12,6 @@ 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\ wish8.0:${PORTSDIR}/x11-toolkits/tk80 |