diff options
author | John Marino <marino@FreeBSD.org> | 2014-01-22 07:55:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-01-22 07:55:46 +0000 |
commit | 6151942f024056b2fd4f69d1093ea4e54ff98e26 (patch) | |
tree | 9f06aa65bbbc975468b378226cb2c057df9f26e4 /databases/tablelog | |
parent | 4810e8cd7c97937b6729c87b8d322c1e5cb775c2 (diff) |
Notes
Diffstat (limited to 'databases/tablelog')
-rw-r--r-- | databases/tablelog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tablelog/Makefile b/databases/tablelog/Makefile index ab0eb5c043a8..1993256bb5d3 100644 --- a/databases/tablelog/Makefile +++ b/databases/tablelog/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1387/ -MAINTAINER= gogo@cs.uni-sb.de +MAINTAINER= ports@FreeBSD.org COMMENT= Logs changes on a table in PostgreSQL WRKSRC= ${WRKDIR}/table_log-${DISTVERSION} |