diff options
author | fenner <fenner@FreeBSD.org> | 1998-01-08 18:52:14 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-01-08 18:52:14 +0000 |
commit | 983599ec6f3d0f4e852bc9d13462f756128cb5ac (patch) | |
tree | 1fbb9d706ce89c7d511f8c362581005028ccfa91 /emulators/cpmemu | |
parent | 9fb8d29681e666cb67e9cfe6c4280ff917860ddd (diff) | |
download | FreeBSD-ports-983599ec6f3d0f4e852bc9d13462f756128cb5ac.zip FreeBSD-ports-983599ec6f3d0f4e852bc9d13462f756128cb5ac.tar.gz |
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)
Diffstat (limited to 'emulators/cpmemu')
-rw-r--r-- | emulators/cpmemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 596f53c..2e089cc 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -2,14 +2,14 @@ # Version required: 0.2 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl -# $Id: Makefile,v 1.5 1996/11/12 02:16:40 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/18 10:35:22 asami Exp $ # DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= distributions/slackware/source/extra-stuff/CPM-80-emulator/ +MASTER_SITE_SUBDIR= distributions/slackware/source/extra-stuff/CPM-80-emulator MAINTAINER= ports@FreeBSD.org |