svn commit: r444209 - head/www/p5-CGI.pm

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 24 09:00:11 UTC 2017


Author: amdmi3
Date: Sat Jun 24 09:00:09 2017
New Revision: 444209
URL: https://svnweb.freebsd.org/changeset/ports/444209

Log:
  - Add NO_ARCH
  - Unsilence installation commands
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-CGI.pm/Makefile

Modified: head/www/p5-CGI.pm/Makefile
==============================================================================
--- head/www/p5-CGI.pm/Makefile	Sat Jun 24 08:51:54 2017	(r444208)
+++ head/www/p5-CGI.pm/Makefile	Sat Jun 24 09:00:09 2017	(r444209)
@@ -19,6 +19,7 @@ CONFLICTS=	p5-CGI-[4-9]* p5-CGI-Fast-[0-9]*
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 EXAMPLES=	examples/caution.xbm examples/clickable_image.cgi \
 		examples/cookie.cgi examples/crash.cgi examples/customize.cgi \
@@ -36,6 +37,6 @@ post-patch:
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list