1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/anki/files/patch-runanki
Rusmir Dusko 9313a366e5 - Bump PORTREVISION
- Use patches  instead of REINPLACE_CMD, for upstream
- Cleanup Makefile, add patches, use Port Makefile
- Change pkg-plist, adjust NLS

Approved by:	pawel / wg (mentors, implicit)
2013-12-12 21:10:36 +00:00

11 lines
265 B
Plaintext

--- ./runanki.orig 2012-12-21 09:50:41.000000000 +0100
+++ ./runanki 2013-12-12 21:03:11.000000000 +0100
@@ -1,6 +1,6 @@
#!/usr/bin/env python
import sys
-sys.path.insert(0, "/usr/share/anki")
+sys.path.insert(0, "/usr/local/share/anki")
import aqt
aqt.run()