svn commit: r379428 - head/sysutils/pear-Translation2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 20 13:30:48 UTC 2015


Author: amdmi3
Date: Fri Feb 20 13:30:47 2015
New Revision: 379428
URL: https://svnweb.freebsd.org/changeset/ports/379428
QAT: https://qat.redports.org/buildarchive/r379428/

Log:
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/sysutils/pear-Translation2/Makefile

Modified: head/sysutils/pear-Translation2/Makefile
==============================================================================
--- head/sysutils/pear-Translation2/Makefile	Fri Feb 20 13:30:39 2015	(r379427)
+++ head/sysutils/pear-Translation2/Makefile	Fri Feb 20 13:30:47 2015	(r379428)
@@ -9,7 +9,9 @@ CATEGORIES=	sysutils devel pear
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PEAR class for multilingual applications management
 
-USES=	pear
+USES=		pear shebangfix
+SHEBANG_FILES=	scripts/t2xmlchk.php
+NO_ARCH=	yes
 USE_PHP=	yes
 
 OPTIONS_DEFINE=	PEAR_CACHE_LITE PEAR_DB PEAR_DB_DATAOBJECT PEAR_MDB PEAR_MDB2 \


More information about the svn-ports-head mailing list