Date: Wed, 23 Oct 2013 18:58:57 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331410 - in head: misc/getopt shells/dash textproc/html2text Message-ID: <201310231858.r9NIwvVi001660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed Oct 23 18:58:57 2013 New Revision: 331410 URL: http://svnweb.freebsd.org/changeset/ports/331410 Log: Unquiet my ports to make debugging easier. Modified: head/misc/getopt/Makefile head/shells/dash/Makefile head/textproc/html2text/Makefile Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Wed Oct 23 18:57:48 2013 (r331409) +++ head/misc/getopt/Makefile Wed Oct 23 18:58:57 2013 (r331410) @@ -20,12 +20,12 @@ DOCS= Changelog README .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Wed Oct 23 18:57:48 2013 (r331409) +++ head/shells/dash/Makefile Wed Oct 23 18:58:57 2013 (r331410) @@ -16,7 +16,7 @@ USES= gmake PLIST_FILES= bin/dash man/man1/dash.1.gz post-patch: - @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ + ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> Modified: head/textproc/html2text/Makefile ============================================================================== --- head/textproc/html2text/Makefile Wed Oct 23 18:57:48 2013 (r331409) +++ head/textproc/html2text/Makefile Wed Oct 23 18:58:57 2013 (r331410) @@ -39,7 +39,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/html2text.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${STAGEDIR}${MANPREFIX}/man/man5 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for fle in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${fle} ${STAGEDIR}${DOCSDIR} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231858.r9NIwvVi001660>