diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-12 16:44:52 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-12 16:44:52 +0000 |
commit | f5fa3a956853b41fe30a4cd6d15298ef0a622df2 (patch) | |
tree | 07621ec146f620c9f1e8f2a2bb562f358a011dc0 /deskutils/kupfer | |
parent | 05b16cbff7c5eebcd9d7bc168b1e49f2e6b2804f (diff) |
- Add DOCS Option
- Break lines around 80 characters
Notes
Notes:
svn path=/head/; revision=347988
Diffstat (limited to 'deskutils/kupfer')
-rw-r--r-- | deskutils/kupfer/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/kupfer/Makefile b/deskutils/kupfer/Makefile index 3fcea78fa5c7..109b51c7ef0b 100644 --- a/deskutils/kupfer/Makefile +++ b/deskutils/kupfer/Makefile @@ -39,7 +39,7 @@ DOCSRCDIR2= ${WRKSRC}/Documentation DOCSDIR2= ${DOCSDIR}/Documentation DOC_FILES2= Contributing.rst GTKTheming.rst PluginAPI.rst VersionHistory.rst -OPTIONS_DEFINE= NLS NAUTILUS RHYTHMBOX +OPTIONS_DEFINE= DOCS NAUTILUS NLS RHYTHMBOX OPTIONS_SUB= yes @@ -55,8 +55,8 @@ RHYTHMBOX_RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox post-patch: @${REINPLACE_CMD} -e 's|--quiet||' ${WRKSRC}/bin/kupfer.in - @${REINPLACE_CMD} -e 's|locale.bindtextdomain|gettext.bindtextdomain|' \ - -e 's|locale.bind_textdomain_codeset|gettext.bind_textdomain_codeset|' \ + @${REINPLACE_CMD} -e 's|locale.bindtextdomain|gettext.bindtextdomain|; \ + s|locale.bind_textdomain_codeset|gettext.bind_textdomain_codeset|' \ ${WRKSRC}/kupfer/main.py .if ! ${PORT_OPTIONS:MNLS} @@ -64,7 +64,8 @@ post-patch: .endif 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: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build |