diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 18:17:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 18:17:12 +0800 |
commit | 68692995cbaac4f6060019d2a564ff89cef7e7b1 (patch) | |
tree | 1842e6c1e7d972e8bc9f57c364bfec989c938769 /japanese | |
parent | cf8171744d7c88a483fb4d1391bac7a0628cf6e0 (diff) | |
download | freebsd-ports-gnome-68692995cbaac4f6060019d2a564ff89cef7e7b1.tar.gz freebsd-ports-gnome-68692995cbaac4f6060019d2a564ff89cef7e7b1.tar.zst freebsd-ports-gnome-68692995cbaac4f6060019d2a564ff89cef7e7b1.zip |
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/hns/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/hns/Makefile b/japanese/hns/Makefile index b87076df0099..f94a168523d5 100644 --- a/japanese/hns/Makefile +++ b/japanese/hns/Makefile @@ -3,14 +3,19 @@ PORTNAME= hns PORTVERSION= 2.19.9 +PORTREVISION= 1 CATEGORIES= japanese www perl5 MASTER_SITES= SFJP/h14m/22597 MAINTAINER= ports@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= * |