summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1998-01-08 18:52:14 +0000
committerBill Fenner <fenner@FreeBSD.org>1998-01-08 18:52:14 +0000
commit4b6adb56f643b021ec2430ec7db091c7481306e4 (patch)
treee5429fd5985d637f01fca6c1418af98d6049bb70 /games
parentUpgrade to 1.0b9c, fixes a recently introduced keyboard focus bug. (diff)
Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
Notes
Notes: svn path=/head/; revision=9295
Diffstat (limited to 'games')
-rw-r--r--games/xfrisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 7d824df6e6c2..886402809736 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -3,14 +3,14 @@
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id: Makefile,v 1.3 1997/11/19 00:04:02 asami Exp $
+# $Id: Makefile,v 1.4 1997/11/19 03:43:53 asami Exp $
#
DISTNAME= XFrisk-0.99c0pl9
PKGNAME= xfrisk-0.99c09
CATEGORIES= games
MASTER_SITES= $(MASTER_SITE_XCONTRIB)
-MASTER_SITE_SUBDIR= games/multiplayer/
+MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= mph@pobox.com