mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use INFO.
This commit is contained in:
parent
1c9f53f3ae
commit
e020c01a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93948
2 changed files with 4 additions and 3 deletions
|
@ -93,6 +93,10 @@ CONFIGURE_ENV+= CXX="${CC}"
|
|||
|
||||
# MySQL-Server part
|
||||
.if !defined(CLIENT_ONLY)
|
||||
.if !defined(NOPORTDOCS)
|
||||
INFO= mysql
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client \
|
||||
${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@ bin/resolve_stack_dump
|
|||
bin/resolveip
|
||||
bin/safe_mysqld
|
||||
etc/rc.d/mysql-server.sh
|
||||
%%PORTDOCS%%@unexec install-info --delete %D/info/mysql.info %D/info/dir
|
||||
%%PORTDOCS%%info/mysql.info
|
||||
%%PORTDOCS%%@exec install-info %D/info/mysql.info %D/info/dir
|
||||
lib/mysql/libdbug.a
|
||||
lib/mysql/libheap.a
|
||||
lib/mysql/libmerge.a
|
||||
|
|
Loading…
Add table
Reference in a new issue