svn commit: r389180 - head/japanese/hns

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 10:17:13 UTC 2015


Author: amdmi3
Date: Thu Jun 11 10:17:12 2015
New Revision: 389180
URL: https://svnweb.freebsd.org/changeset/ports/389180

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2

Modified:
  head/japanese/hns/Makefile

Modified: head/japanese/hns/Makefile
==============================================================================
--- head/japanese/hns/Makefile	Thu Jun 11 10:17:11 2015	(r389179)
+++ head/japanese/hns/Makefile	Thu Jun 11 10:17:12 2015	(r389180)
@@ -3,14 +3,19 @@
 
 PORTNAME=	hns
 PORTVERSION=	2.19.9
+PORTREVISION=	1
 CATEGORIES=	japanese www perl5
 MASTER_SITES=	SFJP/h14m/22597
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Hyper NIKKI System, a CGI system for Electric Diary Interchange
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	contrib/isystem-0.9.10/index.cgi.in \
+		public_html/diary/index.cgi.in
+perl_OLD_CMD=	%PERL_PATH%
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/hns-setup bin/todayhns
 PORTDATA=	*


More information about the svn-ports-all mailing list