svn commit: r552417 - head/textproc/google-translate-cli

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Oct 15 14:06:07 UTC 2020


Author: 0mp
Date: Thu Oct 15 14:06:06 2020
New Revision: 552417
URL: https://svnweb.freebsd.org/changeset/ports/552417

Log:
  Set NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/google-translate-cli/Makefile

Modified: head/textproc/google-translate-cli/Makefile
==============================================================================
--- head/textproc/google-translate-cli/Makefile	Thu Oct 15 13:47:54 2020	(r552416)
+++ head/textproc/google-translate-cli/Makefile	Thu Oct 15 14:06:06 2020	(r552417)
@@ -23,6 +23,7 @@ GH_PROJECT=	translate-shell
 
 ALL_TARGET=	build
 TEST_TARGET=	test
+NO_ARCH=	yes
 PLIST_FILES=	bin/trans \
 		man/man1/trans.1.gz
 


More information about the svn-ports-all mailing list