From af21317a44a569abcb1599bdd97a82614e831f14 Mon Sep 17 00:00:00 2001 From: nemysis Date: Wed, 12 Mar 2014 16:44:52 +0000 Subject: - Add DOCS Option - Break lines around 80 characters --- deskutils/kupfer/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'deskutils') 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 -- cgit