svn commit: r426919 - head/www/mythplugin-mythweb

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 13:04:22 UTC 2016


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 at 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}|' \


More information about the svn-ports-all mailing list