svn commit: r395708 - head/japanese/tiarra
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 31 18:13:19 UTC 2015
Author: amdmi3
Date: Mon Aug 31 18:13:18 2015
New Revision: 395708
URL: https://svnweb.freebsd.org/changeset/ports/395708
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/japanese/tiarra/Makefile
Modified: head/japanese/tiarra/Makefile
==============================================================================
--- head/japanese/tiarra/Makefile Mon Aug 31 18:10:22 2015 (r395707)
+++ head/japanese/tiarra/Makefile Mon Aug 31 18:13:18 2015 (r395708)
@@ -3,7 +3,7 @@
PORTNAME= tiarra
PORTVERSION= 20100212
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= japanese irc ipv6
MASTER_SITES= http://www.clovery.jp/tiarra/archive/2010/02/
@@ -18,8 +18,9 @@ RUN_DEPENDS= p5-IO-Socket-INET6>=0:${POR
USES= perl5 tar:bzip2 shebangfix
USE_PERL5= run
USE_RC_SUBR= tiarra
-SHEBANG_FILES= tiarra
+SHEBANG_FILES= tiarra makedoc
NO_BUILD= yes
+NO_ARCH= yes
USERS= ${TIARRA_USER}
GROUPS= ${TIARRA_GROUP}
More information about the svn-ports-all
mailing list