diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 23:48:40 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 23:48:40 +0000 |
commit | 758e29bf8b39e106e4bbd26bff202c14726067eb (patch) | |
tree | 5afefce35df5655f05a1bb8b720c258c996ec5f9 /databases | |
parent | cc589c133cf2e7104ac2918fcbf0c86e66f99ba5 (diff) | |
download | ports-758e29bf8b39e106e4bbd26bff202c14726067eb.tar.gz ports-758e29bf8b39e106e4bbd26bff202c14726067eb.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysql/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 58a5c9e40fa4..2b0e16ab9940 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,16 +3,14 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/09/02 14:56:43 andreas Exp $ # DISTNAME= xmysql-1.5 CATEGORIES= databases MASTER_SITES= ftp://mysql.staufen.de/pub/mysql/Contrib/ \ http://www.tcx.se/Contrib/ \ - http://www.buoy.com/mysql/Contrib/ \ - http://web.tryc.on.ca/mysql/Contrib/ \ - http://mysql.acer.net/Contrib/ + http://www.buoy.com/mysql/Contrib/ MAINTAINER= andreas@FreeBSD.ORG |