diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-23 11:43:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-23 11:43:19 +0000 |
commit | d282ecfcf85abdee8c0c93e2391d8c60bc87b7d7 (patch) | |
tree | f9db642a4b9d62d86ce202262d17d749ad56d434 /games | |
parent | 988ec7593332f41392c70c78055d4ea4ee65fda7 (diff) | |
download | ports-d282ecfcf85abdee8c0c93e2391d8c60bc87b7d7.tar.gz ports-d282ecfcf85abdee8c0c93e2391d8c60bc87b7d7.zip |
- Update checksum
(version string in html file is corrected)
- Exclude GPL doc from package
PR: 25996
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=40261
Diffstat (limited to 'games')
-rw-r--r-- | games/xbl/Makefile | 1 | ||||
-rw-r--r-- | games/xbl/distinfo | 2 | ||||
-rw-r--r-- | games/xbl/files/patch-aa | 12 | ||||
-rw-r--r-- | games/xbl/pkg-plist | 1 |
4 files changed, 12 insertions, 4 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 43ce6fce20f4..89e07202b39f 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -7,6 +7,7 @@ PORTNAME= xbl PORTVERSION= 1.0j +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ EXTRACT_SUFX= .tar.Z diff --git a/games/xbl/distinfo b/games/xbl/distinfo index fdca6deb2790..5e96063e31b8 100644 --- a/games/xbl/distinfo +++ b/games/xbl/distinfo @@ -1 +1 @@ -MD5 (xbl-1.0j.tar.Z) = 72c7775e2ea57f61ce4ca3c71a2b7ae7 +MD5 (xbl-1.0j.tar.Z) = 893678af823f17f96cbd4922bb5618c5 diff --git a/games/xbl/files/patch-aa b/games/xbl/files/patch-aa index 1362a4437724..02f2542f7447 100644 --- a/games/xbl/files/patch-aa +++ b/games/xbl/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Nov 12 22:57:13 1998 -+++ Makefile.in Tue Dec 1 09:12:18 1998 +--- Makefile.in.orig Fri Nov 13 06:57:13 1998 ++++ Makefile.in Thu Mar 22 23:35:00 2001 @@ -14,7 +14,7 @@ USE_SETGID=-DUSE_SETGID @@ -89,3 +89,11 @@ -if [ "" = "$(USE_SETGID)" ] ; then \ chmod 755 $(BINDIR)/xbl ;\ else \ +@@ -159,7 +154,6 @@ + -mkdir $(SCOREDIR) 2>/dev/null + $(CP) Xbl.ad $(RESOURCEDIR)/Xbl ; chmod 644 $(RESOURCEDIR)/Xbl + $(CP) Xbl.ad $(SCOREDIR)/Xbl ; chmod 644 $(SCOREDIR)/Xbl +- $(CP) COPYING $(SCOREDIR) ; chmod 444 $(SCOREDIR)/COPYING + -if [ "" = "$(USE_SETGID)" ] ; then \ + chmod 777 $(SCOREDIR) ;\ + chmod 666 $(SCOREDIR)/[1-9]* ;\ diff --git a/games/xbl/pkg-plist b/games/xbl/pkg-plist index 6020c32e63b1..37effe44f2ad 100644 --- a/games/xbl/pkg-plist +++ b/games/xbl/pkg-plist @@ -1,6 +1,5 @@ bin/xbl lib/X11/app-defaults/Xbl -lib/X11/xbl/COPYING lib/X11/xbl/Xbl lib/X11/xbl/xbl-game.gif lib/X11/xbl/xbl-man.html |