diff options
author | asami <asami@FreeBSD.org> | 1995-10-19 22:11:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-19 22:11:55 +0000 |
commit | 785fafda1fa53c52f5ae22f4abd82df6887c8e44 (patch) | |
tree | 2631cc10e490fc7cc679e1df79ccf79e84f283ca /games/xmille | |
parent | ff4974eab7a3b356472c069b9c6e0cc9f48c900a (diff) | |
download | FreeBSD-ports-785fafda1fa53c52f5ae22f4abd82df6887c8e44.zip FreeBSD-ports-785fafda1fa53c52f5ae22f4abd82df6887c8e44.tar.gz |
".b/" -> "pub/"
Submitted by: se
Diffstat (limited to 'games/xmille')
-rw-r--r-- | games/xmille/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 11281f9..2bc3e95 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,13 +3,13 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/04/11 00:20:41 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/15 23:43:20 asami Exp $ # DISTNAME= xmille PKGNAME= xmille-2.0 CATEGORIES+= games -MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/ +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ EXTRACT_SUFX= .tar.Z USE_IMAKE= yes |