freebsd-ports/games/slune/files/patch-setup.cfg
Jose Alonso Cardenas Marquez 7028e50a54 - Fix installation process, it wasn't respecting LOCALBASE [1]
- Bump PORTREVISION

Reported by:	kris [1]
Approved by:	garga (mentor)
2006-09-01 19:48:56 +00:00

15 lines
421 B
INI

--- setup.cfg.orig Thu Oct 6 11:24:21 2005
+++ setup.cfg Thu Oct 6 11:21:35 2005
@@ -2,9 +2,9 @@
# Replace /usr by /usr/local if you prefer !
[install]
-install-purelib = /usr/share
-install-scripts = /usr/bin
-install-data = /usr/share
+install-purelib = %%LOCALBASE%%/share
+install-scripts = %%LOCALBASE%%/bin
+install-data = %%LOCALBASE%%/share
[install_lib]
compile = 1