aboutsummaryrefslogtreecommitdiff
path: root/audio/xmmix
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/xmmix
parent5865bd5d2bf2a388cac2c04a7edbf960648adcd0 (diff)
downloadports-4b6adb56f643b021ec2430ec7db091c7481306e4.tar.gz
ports-4b6adb56f643b021ec2430ec7db091c7481306e4.zip
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/xmmix')
-rw-r--r--audio/xmmix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index 61e8608bd4d9..4bda27af0559 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -3,13 +3,13 @@
# Date created: Mon Aug 5 10:54:25 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.4 1996/11/18 09:52:33 asami Exp $
+# $Id: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp $
#
DISTNAME= xmmix-1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications/
+MASTER_SITE_SUBDIR= applications
MAINTAINER= erich@FreeBSD.org