diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:38 +0800 |
commit | ea3635e9d7157a7ba5d07a69c1b2040d2bbdd1b3 (patch) | |
tree | c7bad487e103858b36c50f33fd8fb4a8cc42b720 /japanese | |
parent | 91e40133b394dc4ed18f125654e9b6a7a112da38 (diff) | |
download | freebsd-ports-gnome-ea3635e9d7157a7ba5d07a69c1b2040d2bbdd1b3.tar.gz freebsd-ports-gnome-ea3635e9d7157a7ba5d07a69c1b2040d2bbdd1b3.tar.zst freebsd-ports-gnome-ea3635e9d7157a7ba5d07a69c1b2040d2bbdd1b3.zip |
Add LICENSE_FILE
- Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'japanese')
-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: |