From cfaef34cc5a50c760a8bcf98181653196beb2a34 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 10 Jul 2013 20:28:50 +0000 Subject: Use ${OPT}_DISTFILES for additional distfile Submitted by: bapt --- deskutils/treeline/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index f6c55034ac14..b2a6e1d215c4 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -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 @@ -50,10 +51,6 @@ ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell 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 -- cgit