diff options
| author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-11-25 16:27:54 +0000 |
|---|---|---|
| committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-11-25 16:27:54 +0000 |
| commit | b8f2de7a75d1bb38de675866371573e93547ebe5 (patch) | |
| tree | 5dd06fcd1a9f63f4d38586366dd78302f2e0b015 /databases/mysql56-client | |
| parent | Mark as broken on i386 -- compilation fails due to the lack of the (diff) | |
databases/mysql56-{client, server}: Fix inconsistencies on texinfo and man files
After `usr/info` moved to `usr/share/info` and now that texinfo is not
in base on any of the supported version of FreeBSD, This makes the port consistent.
Reported by: ohauer
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'databases/mysql56-client')
| -rw-r--r-- | databases/mysql56-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index ffe50772b27e..b9316791f80a 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) |
