mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix poirtdocs
PR: ports/177035 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
This commit is contained in:
parent
eb2918fe52
commit
55f3998865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316755
@ -27,8 +27,6 @@ USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
DESKTOP_ENTRIES="Bubble Chains" "${COMMENT}" \
|
||||
@ -37,12 +35,6 @@ DESKTOP_ENTRIES="Bubble Chains" "${COMMENT}" \
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
PLIST_SUB+= PORTDOCS=""
|
||||
.else
|
||||
PLIST_SUB+= PORTDOCS="@comment "
|
||||
.endif
|
||||
|
||||
P7ZIP_CMD= ${LOCALBASE}/bin/7z
|
||||
P7ZIP_ARGS= x -o${WRKDIR}
|
||||
|
||||
|
@ -67,10 +67,8 @@ bin/bubble-chains
|
||||
%%DATADIR%%/data/tools/random.png
|
||||
%%DATADIR%%/data/tools/star.png
|
||||
%%DATADIR%%/data/tools/twins.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
share/pixmaps/bubble-chains.ico
|
||||
share/pixmaps/bubble-chains.png
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/data/tools
|
||||
@dirrm %%DATADIR%%/data/sounds
|
||||
@dirrm %%DATADIR%%/data/schemes/default
|
||||
|
Loading…
Reference in New Issue
Block a user