diff options
author | steve <steve@FreeBSD.org> | 2000-01-24 14:02:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-24 14:02:10 +0800 |
commit | 8821adfa288dd1d03ad04d64300c5c71449c8bf7 (patch) | |
tree | bef713eb0cbe734df1d10c89e655d588dc8211fa /games | |
parent | 49a1260fbba674264ec6d3a8e075db64a20f726f (diff) | |
download | freebsd-ports-gnome-8821adfa288dd1d03ad04d64300c5c71449c8bf7.tar.gz freebsd-ports-gnome-8821adfa288dd1d03ad04d64300c5c71449c8bf7.tar.zst freebsd-ports-gnome-8821adfa288dd1d03ad04d64300c5c71449c8bf7.zip |
- Update to version 2.1a
- Add WWW: line into pkg/PLIST
PR: 16277
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/xbomb/Makefile | 12 | ||||
-rw-r--r-- | games/xbomb/distinfo | 2 | ||||
-rw-r--r-- | games/xbomb/files/patch-aa | 22 | ||||
-rw-r--r-- | games/xbomb/pkg-descr | 2 |
4 files changed, 23 insertions, 15 deletions
diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 728055aa67b8..fbcfbd383248 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: xbomb -# Version required: 2.1 +# Version required: 2.1a # Date created: 20 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xbomb-2.1 +DISTNAME= xbomb-2.1a CATEGORIES= games -MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/xwindows/games/ +MASTER_SITES= http://www.gedanken.demon.co.uk/download-xbomb/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,9 +18,9 @@ MAN6= xbomb.6 post-install: @${MKDIR} ${PREFIX}/lib/X11/xbomb - @touch ${PREFIX}/lib/X11/xbomb/xbomb3.hi - @touch ${PREFIX}/lib/X11/xbomb/xbomb4.hi - @touch ${PREFIX}/lib/X11/xbomb/xbomb6.hi + @${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb3.hi + @${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb4.hi + @${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb6.hi @${CHMOD} 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi .include <bsd.port.mk> diff --git a/games/xbomb/distinfo b/games/xbomb/distinfo index 5fb4c3b05458..36882429f2fa 100644 --- a/games/xbomb/distinfo +++ b/games/xbomb/distinfo @@ -1 +1 @@ -MD5 (xbomb-2.1.tgz) = 4c3284096bcfb00eee0fb3b096378b56 +MD5 (xbomb-2.1a.tgz) = a7bb9f99d922f6f1b6aa0b4b903c19e7 diff --git a/games/xbomb/files/patch-aa b/games/xbomb/files/patch-aa index 294e7f219999..8507b8b3798b 100644 --- a/games/xbomb/files/patch-aa +++ b/games/xbomb/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jan 20 15:02:46 1996 -+++ Makefile Sun Sep 27 03:06:34 1998 +--- Makefile.orig Sun Jan 21 06:02:46 1996 ++++ Makefile Tue Jan 18 00:00:00 2000 @@ -12,33 +12,30 @@ # for conditions under which this file may be redistributed. # @@ -42,15 +42,21 @@ xbomb.o : xbomb.c xbomb.h xwindow.o : xwindow.c xbomb.h icon.h hiscore.o : hiscore.c xbomb.h -@@ -54,7 +51,7 @@ - strip xbomb - install -d $(INSTDIR)/bin - install -d $(INSTDIR)/man/man6 +@@ -51,10 +48,10 @@ + ######## + + install : +- strip xbomb +- install -d $(INSTDIR)/bin +- install -d $(INSTDIR)/man/man6 - install -d $(INSTDIR)/lib/app-defaults - install -m 755 xbomb $(INSTDIR)/bin - install -m 644 xbomb.6 $(INSTDIR)/man/man6 - install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb -+ install -d $(INSTDIR)/lib/X11/app-defaults ++# strip xbomb ++# install -d $(INSTDIR)/bin ++# install -d $(INSTDIR)/man/man6 ++# install -d $(INSTDIR)/lib/app-defaults + ${BSD_INSTALL_PROGRAM} xbomb $(INSTDIR)/bin + ${BSD_INSTALL_MAN} xbomb.6 $(INSTDIR)/man/man6 -+ ${BSD_INSTALL_SCRIPT} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb ++ ${BSD_INSTALL_DATA} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb diff --git a/games/xbomb/pkg-descr b/games/xbomb/pkg-descr index 2578bad7af84..2a7861b1ef47 100644 --- a/games/xbomb/pkg-descr +++ b/games/xbomb/pkg-descr @@ -20,3 +20,5 @@ the others available (that I have seen). Highscore table 10 entries for the fastest times for each of the 3 levels of each of the 3 grid shapes. + +WWW: http://www.gedanken.demon.co.uk/xbomb/ |