diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:38 +0000 |
commit | 232472a585a3999f721a3f70b699317dfee07859 (patch) | |
tree | c7bad487e103858b36c50f33fd8fb4a8cc42b720 /japanese/navi2ch | |
parent | 128b69a8b60d1805323d5ffe1d101e428379f66e (diff) | |
download | freebsd-ports-232472a585a3999f721a3f70b699317dfee07859.zip |
Add LICENSE_FILE
- Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'japanese/navi2ch')
-rw-r--r-- | japanese/navi2ch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile index ffaea7547e7c..97ee8b5b5ac1 100644 --- a/japanese/navi2ch/Makefile +++ b/japanese/navi2ch/Makefile @@ -12,6 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= 2ch.net and 2ch-like BBS navigator for Emacsen LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/sbin/2chproxy.pl:japanese/p5-2chproxy @@ -32,7 +33,7 @@ PORTDOC_LISPS= gikope.el navi2ch-logo.el navi2ch-migemo.el LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT=DOCS X11 +OPTIONS_DEFAULT=X11 X11_RUN_DEPENDS=${LOCALBASE}/share/mona/monak12.pcf.gz:japanese/font-mona post-install-DOCS-on: |