aboutsummaryrefslogtreecommitdiffstats
path: root/www/testlink
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2013-01-21 21:44:47 +0800
committertota <tota@FreeBSD.org>2013-01-21 21:44:47 +0800
commitfbf6c66b3994420c3995fe2e7cce3745c1600560 (patch)
tree05b6ca99ab354da5e3cdffced611d51cca317933 /www/testlink
parentb91e575bf31ca4ce9273836986f1303e9f88c48d (diff)
downloadfreebsd-ports-gnome-fbf6c66b3994420c3995fe2e7cce3745c1600560.tar.gz
freebsd-ports-gnome-fbf6c66b3994420c3995fe2e7cce3745c1600560.tar.zst
freebsd-ports-gnome-fbf6c66b3994420c3995fe2e7cce3745c1600560.zip
- Add missing dependency [1]
- Bump PORTREVISION - Remove indefinite article from COMMENT - Replace NOPORTDOCS with PORT_OPTIONS:MDOCS - Replace NOPORTEXAMPLES with PORT_OPTIONS:MEXAMPLES PR: ports/175478 [1] Submitted by: Sergey V. Dyatko <sergey.dyatko@gmail.com> [1]
Diffstat (limited to 'www/testlink')
-rw-r--r--www/testlink/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/testlink/Makefile b/www/testlink/Makefile
index e31d14095d18..1d06d6cd5f84 100644
--- a/www/testlink/Makefile
+++ b/www/testlink/Makefile
@@ -2,16 +2,17 @@
PORTNAME= testlink
PORTVERSION= 1.9.5
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
-COMMENT= A web based test management and test execution system
+COMMENT= Web based test management and test execution system
LICENSE= GPLv2
-USE_PHP= gd iconv mbstring session
+USE_PHP= gd iconv mbstring session xml
WANT_PHP_WEB= yes
NO_BUILD= yes
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
@@ -72,7 +73,7 @@ do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} third_party ${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} upload_area ${WWWDIR}
@${INSTALL_DATA} ${WRKSRC}/*.php* ${WWWDIR}
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
@@ -80,7 +81,7 @@ do-install:
@${TAR} ${EXCLUDE_EXAMPLES} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf -
@${LN} -s ${DOCSDIR} ${WWWDIR}/docs
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
.for f in ${EXAMPLES}
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} ${f} ${EXAMPLESDIR}