diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-02-14 06:43:25 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-02-14 06:43:25 +0800 |
commit | d867c57d67d8402e578174a31db3dab7e4e1a53f (patch) | |
tree | eba1e674066397dbdd68532828191c4905535ec8 | |
parent | c25fb71c72d0f4d7a82fbc71b1d81eb7b3a59a21 (diff) | |
download | freebsd-ports-gnome-d867c57d67d8402e578174a31db3dab7e4e1a53f.tar.gz freebsd-ports-gnome-d867c57d67d8402e578174a31db3dab7e4e1a53f.tar.zst freebsd-ports-gnome-d867c57d67d8402e578174a31db3dab7e4e1a53f.zip |
databases/unixODBC: Take ownership
-rw-r--r-- | databases/unixODBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 1432bbbaf514..af9abdc9bac1 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.3.5 CATEGORIES= databases MASTER_SITES= ftp://ftp.unixodbc.org/pub/unixODBC/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= brnrd@FreeBSD.org COMMENT= ODBC library suite for Unix LICENSE= GPLv2 LGPL21 |