svn commit: r410875 - head/print/cdlabelgen

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 12 12:23:59 UTC 2016


Author: rakuco
Date: Sat Mar 12 12:23:58 2016
New Revision: 410875
URL: https://svnweb.freebsd.org/changeset/ports/410875

Log:
  Set NO_ARCH=yes.

Modified:
  head/print/cdlabelgen/Makefile

Modified: head/print/cdlabelgen/Makefile
==============================================================================
--- head/print/cdlabelgen/Makefile	Sat Mar 12 12:23:42 2016	(r410874)
+++ head/print/cdlabelgen/Makefile	Sat Mar 12 12:23:58 2016	(r410875)
@@ -11,6 +11,7 @@ COMMENT=	Generate postscript for frontca
 
 USES=		perl5 tar:tgz shebangfix
 SHEBANG_FILES=	cdlabelgen
+NO_ARCH=	yes
 NO_BUILD=	yes
 MAKE_ARGS=	BASE_DIR="${STAGEDIR}${PREFIX}" \
 		LIB_DIR="${STAGEDIR}${DATADIR}" \


More information about the svn-ports-all mailing list