diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 23:59:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 23:59:32 +0000 |
commit | ebd01801c6d31d6d24923467271867da88468f09 (patch) | |
tree | ab03f9ed66165d65a3d53c3f7f0bbd49992bdff7 /databases/mysql55-client | |
parent | 94fb60f81db848561c8269a049abfeaf712b7070 (diff) | |
download | ports-ebd01801c6d31d6d24923467271867da88468f09.tar.gz ports-ebd01801c6d31d6d24923467271867da88468f09.zip |
Notes
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r-- | databases/mysql55-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index 8284511ecb0e..9c027b1a8869 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -8,9 +8,9 @@ PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client +COMMENT= ${PKGDIR}/pkg-comment.client PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client +PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes |