summaryrefslogtreecommitdiff
path: root/audio/splay
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 /audio/splay
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 'audio/splay')
-rw-r--r--audio/splay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index 82a8e374b730..503af045bf7f 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -3,13 +3,13 @@
# Date created: 1 Apr 1997
# Whom: junker@jazz.snu.ac.kr
#
-# $Id: Makefile,v 1.3 1997/05/16 07:39:27 max Exp $
+# $Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp $
#
DISTNAME= splay-0.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/sound/players/
+MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= junker@jazz.snu.ac.kr