aboutsummaryrefslogtreecommitdiffstats
path: root/games/anki
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-12-04 18:43:24 +0800
committerKai Knoblich <kai@FreeBSD.org>2020-12-04 18:43:24 +0800
commit5826cc31c2078fe8ee4b471a1e4dfb2f5faecc05 (patch)
tree8a4a2639cc6b6753bbdf1908bb152aa5f2e2ec33 /games/anki
parent2ceadf6d894ab0b3b85b6dd93abf9153ffafd629 (diff)
downloadfreebsd-ports-gnome-5826cc31c2078fe8ee4b471a1e4dfb2f5faecc05.tar.gz
freebsd-ports-gnome-5826cc31c2078fe8ee4b471a1e4dfb2f5faecc05.tar.zst
freebsd-ports-gnome-5826cc31c2078fe8ee4b471a1e4dfb2f5faecc05.zip
games/anki: Remove pkg-message
* The installation instructions on how to set up audio/lame manually are obsolete since r554970 thus remove them. * Bump PORTREVISION to flush out old packages that still contain the pkg-message.
Diffstat (limited to 'games/anki')
-rw-r--r--games/anki/Makefile2
-rw-r--r--games/anki/pkg-message15
2 files changed, 1 insertions, 16 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile
index a75a12042839..fe01906331b4 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anki
DISTVERSION= 2.1.35
-PORTREVISION= 1
+PORTREVISION= 2
# Don't forget to update ${_MY_BUILDHASH}
CATEGORIES= games education python
MASTER_SITES= LOCAL/kai/:npmcache
diff --git a/games/anki/pkg-message b/games/anki/pkg-message
deleted file mode 100644
index b3a81192bc77..000000000000
--- a/games/anki/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ type: install
- message: <<EOM
-If games/anki was installed from the official FreeBSD package repository, an
-additional step is required to complete the installation.
-
-This is because the audio/lame port, which is also required by Anki, cannot be
-provided as a package due to an unclear legal situation about its distribution
-in binary form.
-
-To finish the installation, install audio/lame from either ports or a local
-package repository and set it afterwards as automatic via "pkg set -A1 lame".
-EOM
-}
-]