aboutsummaryrefslogtreecommitdiff
path: root/textproc/mysqlviz
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2014-06-28 05:13:52 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2014-06-28 05:13:52 +0000
commit2b9eb4083f0b460154da5cc884002b2212d3710e (patch)
tree2645db4ecb31541efb3b06273314371a7e6a6360 /textproc/mysqlviz
parent3efe2b839ac739826977236c4deaebd31e1f40d2 (diff)
downloadports-2b9eb4083f0b460154da5cc884002b2212d3710e.tar.gz
ports-2b9eb4083f0b460154da5cc884002b2212d3710e.zip
- Add LICENSE
- Convert USE_BZIP2 to USES - Support STAGEDIR * Make PORTEXAMPLES unconditional to stage - Unmute INSTALL_SCRIPT and INSTALL_DATA
Notes
Notes: svn path=/head/; revision=359659
Diffstat (limited to 'textproc/mysqlviz')
-rw-r--r--textproc/mysqlviz/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/textproc/mysqlviz/Makefile b/textproc/mysqlviz/Makefile
index 4ba72edc3042..89154a708dcd 100644
--- a/textproc/mysqlviz/Makefile
+++ b/textproc/mysqlviz/Makefile
@@ -9,8 +9,10 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= tota@FreeBSD.org
COMMENT= MySQL and SQLite Database Visualisation Tool
+LICENSE= GPLv3
+
NO_BUILD= yes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PHP= yes
WANT_PHP_CLI= yes
@@ -20,19 +22,14 @@ PORTEXAMPLES= eg.png eg.sql sqlite-eg.sql
OPTIONS_DEFINE= EXAMPLES
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} \
-e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \
${WRKSRC}/${PORTNAME}
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
-.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>