diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 22:28:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 22:28:01 +0000 |
commit | 6de3dacdee109684f9269990b00eff3fedd6cb63 (patch) | |
tree | 468d7f0e4a115749b9c5ba91320a0c1150a6e099 /games/xpilot | |
parent | 6033e1300d4e78abd05b448bad11d5443d2a174d (diff) |
Removed \ at end of MASTER_SITES list
PR: ports/11067
Submitted by: mharo
Notes
Notes:
svn path=/head/; revision=17791
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 606f4fd492c1..20910599873f 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -3,13 +3,13 @@ # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.13 1999/03/09 00:13:15 steve Exp $ +# $Id: Makefile,v 1.14 1999/03/15 01:12:25 steve Exp $ # DISTNAME= xpilot-4.1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \ - ${MASTER_SITE_XCONTRIB} \ + ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer MAINTAINER= sheldonh@iafrica.com |