mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Use ${OPT}_DISTFILES for additional distfile
Submitted by: bapt
This commit is contained in:
parent
e482e392f6
commit
5a99503460
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322730
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user