mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add DOCS Option
- Break lines around 80 characters
This commit is contained in:
parent
05b16cbff7
commit
f5fa3a9568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347988
1 changed files with 5 additions and 4 deletions
|
@ -39,7 +39,7 @@ DOCSRCDIR2= ${WRKSRC}/Documentation
|
||||||
DOCSDIR2= ${DOCSDIR}/Documentation
|
DOCSDIR2= ${DOCSDIR}/Documentation
|
||||||
DOC_FILES2= Contributing.rst GTKTheming.rst PluginAPI.rst VersionHistory.rst
|
DOC_FILES2= Contributing.rst GTKTheming.rst PluginAPI.rst VersionHistory.rst
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS NAUTILUS RHYTHMBOX
|
OPTIONS_DEFINE= DOCS NAUTILUS NLS RHYTHMBOX
|
||||||
|
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ RHYTHMBOX_RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|--quiet||' ${WRKSRC}/bin/kupfer.in
|
@${REINPLACE_CMD} -e 's|--quiet||' ${WRKSRC}/bin/kupfer.in
|
||||||
@${REINPLACE_CMD} -e 's|locale.bindtextdomain|gettext.bindtextdomain|' \
|
@${REINPLACE_CMD} -e 's|locale.bindtextdomain|gettext.bindtextdomain|; \
|
||||||
-e 's|locale.bind_textdomain_codeset|gettext.bind_textdomain_codeset|' \
|
s|locale.bind_textdomain_codeset|gettext.bind_textdomain_codeset|' \
|
||||||
${WRKSRC}/kupfer/main.py
|
${WRKSRC}/kupfer/main.py
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MNLS}
|
.if ! ${PORT_OPTIONS:MNLS}
|
||||||
|
@ -64,7 +64,8 @@ post-patch:
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf configure --prefix=${STAGEDIR}${PREFIX} --mandir=${STAGEDIR}${PREFIX}/man
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf configure \
|
||||||
|
--prefix=${STAGEDIR}${PREFIX} --mandir=${STAGEDIR}${PREFIX}/man
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
|
||||||
|
|
Loading…
Add table
Reference in a new issue