diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-06 22:11:45 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-06 22:11:45 +0000 |
commit | ea3a3d1613907264f1031442feb9f05ed3e740a4 (patch) | |
tree | 8a1631d3c8ebf9a0be0ef08b3f858b7f0784e399 /games | |
parent | dfd857648e37dbc218fee68635780ca392a081f1 (diff) | |
download | freebsd-ports-ea3a3d1613907264f1031442feb9f05ed3e740a4.zip |
remove extra bachslash which broke this port.
Diffstat (limited to 'games')
-rw-r--r-- | games/uclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uclient/Makefile b/games/uclient/Makefile index b7ba5dba2ee7..a7ef5f2bf780 100644 --- a/games/uclient/Makefile +++ b/games/uclient/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/clients/uclient/ \ ftp://two.woovis.com/pub/worldforge/clients/uclient/ \ ftp://two.woovis.com/pub/worldforge/acorn/0.3/media/ \ http://dreadnought.res.cmu.edu/worldforge/clients/uclient/ \ - http://dreadnought.res.cmu.edu/worldforge/acorn/0.3/media/ \ + http://dreadnought.res.cmu.edu/worldforge/acorn/0.3/media/ DISTFILES= uclient-graphics-0.9.2.tar.gz \ uclient-sound-0.9.2.tar.gz \ ${PORTNAME}-${PORTVERSION}-2.tar.gz |