diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-11 04:28:50 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-11 04:28:50 +0800 |
commit | cfaef34cc5a50c760a8bcf98181653196beb2a34 (patch) | |
tree | 29ff20fecfae1190675b943cc02e851369232cb0 | |
parent | 4682c2c61dcb7a63ae78f7c087ba5d0bda84f154 (diff) | |
download | freebsd-ports-gnome-cfaef34cc5a50c760a8bcf98181653196beb2a34.tar.gz freebsd-ports-gnome-cfaef34cc5a50c760a8bcf98181653196beb2a34.tar.zst freebsd-ports-gnome-cfaef34cc5a50c760a8bcf98181653196beb2a34.zip |
Use ${OPT}_DISTFILES for additional distfile
Submitted by: bapt
-rw-r--r-- | deskutils/treeline/Makefile | 5 |
1 files changed, 1 insertions, 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 <bsd.port.options.mk> @@ -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 |