- Support STAGEDIR
- Makefile cleanup - Use a single space for WWW in pkg-descr - Give maintainership to submitter [1] PR: ports/182541 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> [1]
This commit is contained in:
parent
558580ea92
commit
730964f7a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329005
@ -7,8 +7,8 @@ PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://github.com/downloads/me-vlad/MySQLTuner-perl/
|
||||
|
||||
MAINTAINER= vlad@vlad.uz.ua
|
||||
COMMENT= A Script Assist You with MySQL Configuration
|
||||
MAINTAINER= fbsd-ports@opsec.eu
|
||||
COMMENT= Assist you with MySQL Configuration
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
@ -21,16 +21,9 @@ PLIST_FILES= bin/${PORTNAME}.pl
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
|
||||
@${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl
|
||||
@${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}.pl' \
|
||||
>> ${TMPPLIST}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,4 +5,4 @@ stability. Within seconds, it will display
|
||||
statistics about your MySQL installation and the
|
||||
areas where it can be improved.
|
||||
|
||||
WWW: https://github.com/rackerhacker/MySQLTuner-perl
|
||||
WWW: https://github.com/rackerhacker/MySQLTuner-perl/
|
||||
|
Loading…
Reference in New Issue
Block a user