svn commit: r322730 - head/deskutils/treeline

Pawel Pekala pawel at FreeBSD.org
Wed Jul 10 20:28:50 UTC 2013


Author: pawel
Date: Wed Jul 10 20:28:50 2013
New Revision: 322730
URL: http://svnweb.freebsd.org/changeset/ports/322730

Log:
  Use ${OPT}_DISTFILES for additional distfile
  
  Submitted by:	bapt

Modified:
  head/deskutils/treeline/Makefile

Modified: head/deskutils/treeline/Makefile
==============================================================================
--- head/deskutils/treeline/Makefile	Wed Jul 10 19:41:30 2013	(r322729)
+++ head/deskutils/treeline/Makefile	Wed Jul 10 20:28:50 2013	(r322730)
@@ -42,6 +42,7 @@ OPTIONS_DEFAULT=	ASPELL PYXML
 OPTIONS_SUB=		yes
 
 ASPELL_BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+HTTPLOAD_DISTFILES=	httpload2.py:plugins
 ISPELL_BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
 .include <bsd.port.options.mk>
@@ -50,10 +51,6 @@ ISPELL_BUILD_DEPENDS=	ispell:${PORTSDIR}
 LIB_DEPENDS+=	expat:${PORTSDIR}/textproc/expat2
 .endif
 
-.if ${PORT_OPTIONS:MHTTPLOAD}
-DISTFILES+=	httpload2.py:plugins
-.endif
-
 do-install:
 	@cd ${WRKSRC} && ${PYTHON_CMD} install.py \
 	-p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x


More information about the svn-ports-all mailing list