1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 0.3.1.

PR:		97586
Submitted by:	maintainer
Approved by:	arved (mentor)
This commit is contained in:
Stefan Walter 2006-05-28 16:08:55 +00:00
parent f4aa695a24
commit 6b11e67a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163727
3 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= balazar
PORTVERSION= 0.3
PORTVERSION= 0.3.1
CATEGORIES= games python
MASTER_SITES= http://download.gna.org/balazar/
DISTNAME= Balazar-${PORTVERSION}
@ -33,6 +33,9 @@ USE_GL= yes
USE_SDL= sdl mixer
USE_GETTEXT= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/setup.cfg
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,3 +1,3 @@
MD5 (Balazar-0.3.tar.bz2) = 1b905f965323b829c94f122ea10b102c
SHA256 (Balazar-0.3.tar.bz2) = 21ed3d388b4e8e403f97d489f5e54f40fd859019c2208f26bd41cb4816d77866
SIZE (Balazar-0.3.tar.bz2) = 11491800
MD5 (Balazar-0.3.1.tar.bz2) = a25695a70517ea3d55ca774ca4ad6b87
SHA256 (Balazar-0.3.1.tar.bz2) = aa259fcae157639b268adcd7e5717d0bc036b37ebdf224cb77b6840a5bec479d
SIZE (Balazar-0.3.1.tar.bz2) = 11490079

View File

@ -1,5 +1,5 @@
--- setup.cfg.orig Thu Oct 6 11:24:21 2005
+++ setup.cfg Thu Oct 6 11:21:35 2005
--- setup.cfg.orig Sat Feb 25 18:43:47 2006
+++ setup.cfg Fri May 26 08:35:11 2006
@@ -2,9 +2,9 @@
# Replace /usr by /usr/local if you prefer !
@ -7,9 +7,9 @@
-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-purelib = %%PREFIX%%/share
+install-scripts = %%PREFIX%%/bin
+install-data = %%PREFIX%%/share
[install_lib]
compile = 1