diff options
author | nork <nork@FreeBSD.org> | 2003-12-27 00:56:52 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-12-27 00:56:52 +0800 |
commit | 5fcca29682b351c75c612f6a9732cf57c482ca2c (patch) | |
tree | d005d0ee1a769a33a962160f44513a5656c4d3a3 /databases/mysql60-client | |
parent | 38d31ae8bfc622414d97da185a22015ebadc18b8 (diff) | |
download | freebsd-ports-gnome-5fcca29682b351c75c612f6a9732cf57c482ca2c.tar.gz freebsd-ports-gnome-5fcca29682b351c75c612f6a9732cf57c482ca2c.tar.zst freebsd-ports-gnome-5fcca29682b351c75c612f6a9732cf57c482ca2c.zip |
o Add CONFLICTS sections.
o Fix packages dependencies.
o portlint clean
o Correct typo in MASTER_SITES, Fix non-optimized build.
PR: ports/60559
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'databases/mysql60-client')
-rw-r--r-- | databases/mysql60-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile index 773f626e088c..c7f06b1749e1 100644 --- a/databases/mysql60-client/Makefile +++ b/databases/mysql60-client/Makefile @@ -9,10 +9,10 @@ PORTNAME= mysql PORTREVISION= 0 PKGNAMESUFFIX= -client -MAINTAINER= sysadmin@alexdupre.com COMMENT= Multithreaded SQL database (client) MASTERDIR= ${.CURDIR}/../mysql41-server + PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |