diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-10 00:16:40 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-10 00:16:40 +0800 |
commit | f1e3817e3c3d3e0e4f2737100e0100d782578dd2 (patch) | |
tree | c84c959609dc9cbda15bc0af1e57b749d7ac26bc /games/balazar/files | |
parent | 135aef23b27dbfec842e1894427d28fae722fd39 (diff) | |
download | freebsd-ports-gnome-f1e3817e3c3d3e0e4f2737100e0100d782578dd2.tar.gz freebsd-ports-gnome-f1e3817e3c3d3e0e4f2737100e0100d782578dd2.tar.zst freebsd-ports-gnome-f1e3817e3c3d3e0e4f2737100e0100d782578dd2.zip |
Remove games/py-balazar to add with right name
--
New port
Balazar is a Free Software, available under
the GNU GPL licence, coded in Python language
and OpenGL. A great adventure game you should
never miss!
PR: 87011
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'games/balazar/files')
-rw-r--r-- | games/balazar/files/patch-setup.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/balazar/files/patch-setup.cfg b/games/balazar/files/patch-setup.cfg new file mode 100644 index 000000000000..a8f35aef19d5 --- /dev/null +++ b/games/balazar/files/patch-setup.cfg @@ -0,0 +1,15 @@ +--- 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 = /usr/X11R6/share ++install-scripts = /usr/X11R6/bin ++install-data = /usr/X11R6/share + + [install_lib] + compile = 1 |