Date: Wed, 10 Jul 2013 20:28:50 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322730 - head/deskutils/treeline Message-ID: <201307102028.r6AKSohj073233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307102028.r6AKSohj073233>