diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:02:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:02:10 +0000 |
commit | 3f9dfff96116af9781cd945a9f71ced0691f6fd7 (patch) | |
tree | 14f51c6c48aa085625b2ecbb225d60bd2a50018d /games/xbomb/Makefile | |
parent | 289b6f579d5eba304c73885178144f2814452776 (diff) | |
download | ports-3f9dfff96116af9781cd945a9f71ced0691f6fd7.tar.gz ports-3f9dfff96116af9781cd945a9f71ced0691f6fd7.zip |
Notes
Diffstat (limited to 'games/xbomb/Makefile')
-rw-r--r-- | games/xbomb/Makefile | 12 |
1 files changed, 6 insertions, 6 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> |