Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 18:57:49 +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: r331409 - in head: devel/cdecl devel/newfile devel/p5-File-Append-TempFile devel/stlfilt x11/xbindkeys x11/xclip
Message-ID:  <201310231857.r9NIvnG3001369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Oct 23 18:57:48 2013
New Revision: 331409
URL: http://svnweb.freebsd.org/changeset/ports/331409

Log:
  Unquiet my ports to make debugging easier.

Modified:
  head/devel/cdecl/Makefile
  head/devel/newfile/Makefile
  head/devel/p5-File-Append-TempFile/Makefile
  head/devel/stlfilt/Makefile
  head/x11/xbindkeys/Makefile
  head/x11/xclip/Makefile

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/devel/cdecl/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -24,7 +24,7 @@ CONFLICTS=	cutils-[0-9]*
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR}
 .endif
 

Modified: head/devel/newfile/Makefile
==============================================================================
--- head/devel/newfile/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/devel/newfile/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -26,7 +26,7 @@ post-configure:
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 .endif
 

Modified: head/devel/p5-File-Append-TempFile/Makefile
==============================================================================
--- head/devel/p5-File-Append-TempFile/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/devel/p5-File-Append-TempFile/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -19,7 +19,7 @@ USE_PERL5=	configure
 PORTDOCS=	Changes README
 
 test:		build
-		@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
+		cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/stlfilt/Makefile
==============================================================================
--- head/devel/stlfilt/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/devel/stlfilt/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -26,7 +26,7 @@ post-patch:
 
 do-install:
 .for file in gSTLFilt.pl gfilt
-	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>

Modified: head/x11/xbindkeys/Makefile
==============================================================================
--- head/x11/xbindkeys/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/x11/xbindkeys/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -42,7 +42,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/x11/xclip/Makefile
==============================================================================
--- head/x11/xclip/Makefile	Wed Oct 23 18:56:57 2013	(r331408)
+++ head/x11/xclip/Makefile	Wed Oct 23 18:57:48 2013	(r331409)
@@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile man/man1/xclip.1.gz man/man1/xclip-copyfile.1.gz
 
 pre-configure:
-	@cd ${WRKSRC}; ./bootstrap
+	cd ${WRKSRC}; ./bootstrap
 
 post-patch:
 	${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231857.r9NIvnG3001369>