diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-05 21:22:55 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-05 21:22:55 +0000 |
commit | 145db87d75334df631e693193e4608dba1162b42 (patch) | |
tree | 7e9d925aff044e5801eb144cbe127343dd58115f /databases/pgaccess | |
parent | 6fc5854e1e786596e2ac3eab5a2631f02252a450 (diff) | |
download | FreeBSD-ports-145db87d75334df631e693193e4608dba1162b42.zip FreeBSD-ports-145db87d75334df631e693193e4608dba1162b42.tar.gz |
Grrr. when writing the committ message I noticed in the source,
that this is version 0.52. I really hate this :-/
Diffstat (limited to 'databases/pgaccess')
-rw-r--r-- | databases/pgaccess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 0ae8008..1c9cf7a 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -3,11 +3,11 @@ # Date created: Sat Oct 4 20:03:46 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.18 1997/10/04 14:53:01 andreas Exp $ +# $Id: Makefile,v 1.1.1.1 1997/10/04 23:30:59 andreas Exp $ # DISTNAME= pgaccess -PKGNAME= pgaccess-0.51 +PKGNAME= pgaccess-0.52 CATEGORIES= databases MASTER_SITES= http://www.flex.ro/pgaccess/ |