svn commit: r368977 - head/www/web2ldap

Boris Samorodov bsam at FreeBSD.org
Mon Sep 22 17:22:44 UTC 2014


Author: bsam
Date: Mon Sep 22 17:22:43 2014
New Revision: 368977
URL: http://svnweb.freebsd.org/changeset/ports/368977
QAT: https://qat.redports.org/buildarchive/r368977/

Log:
  www/web2ldap: switch to USES=python syntax, simplify and remove pkg-plist

Deleted:
  head/www/web2ldap/pkg-plist
Modified:
  head/www/web2ldap/Makefile

Modified: head/www/web2ldap/Makefile
==============================================================================
--- head/www/web2ldap/Makefile	Mon Sep 22 17:18:57 2014	(r368976)
+++ head/www/web2ldap/Makefile	Mon Sep 22 17:22:43 2014	(r368977)
@@ -17,9 +17,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap
 		${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
 OPTIONS_DEFINE=	DOCS
-USE_PYTHON=	yes
+USES=		python
 SUB_FILES=	pkg-message
 
+PORTDOCS=	*
+PORTDATA=	*
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py


More information about the svn-ports-head mailing list