Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 13:04:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426919 - head/www/mythplugin-mythweb
Message-ID:  <201611231304.uAND4LMI044050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 23 13:04:21 2016
New Revision: 426919
URL: https://svnweb.freebsd.org/changeset/ports/426919

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/www/mythplugin-mythweb/Makefile

Modified: head/www/mythplugin-mythweb/Makefile
==============================================================================
--- head/www/mythplugin-mythweb/Makefile	Wed Nov 23 13:01:25 2016	(r426918)
+++ head/www/mythplugin-mythweb/Makefile	Wed Nov 23 13:04:21 2016	(r426919)
@@ -11,17 +11,19 @@ PKGNAMEPREFIX=	mythplugin-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Frontend for scheduling and managing recordings on your MythTV Box
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	p5-DBD-mysql>=0:databases/p5-DBD-mysql
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	MythTV
 
-NO_BUILD=	yes
 USES=		php shebangfix
 USE_PHP=	spl session mysql pcre posix json
-
 SHEBANG_FILES=	mythweb.pl modules/_shared/lang/build_translation.pl \
 		modules/coverart/handler.pl modules/stream/*.pl
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 SUB_FILES=	pkg-message
 REINPLACE_ARGS=	-i ""
@@ -31,12 +33,7 @@ OPTIONS_DEFINE=	APACHE LIGHTTPD
 OPTIONS_DEFAULT=	APACHE
 
 LIGHTTPD_RUN_DEPENDS=	lighttpd:www/lighttpd
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE_RUN=	22+
-.endif
+APACHE_USE=	APACHE_RUN=22+
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231304.uAND4LMI044050>