summaryrefslogtreecommitdiff
path: root/print/tr2latex
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 /print/tr2latex
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 'print/tr2latex')
-rw-r--r--print/tr2latex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tr2latex/Makefile b/print/tr2latex/Makefile
index 5a75410f1b2c..9b3bc08750f4 100644
--- a/print/tr2latex/Makefile
+++ b/print/tr2latex/Makefile
@@ -3,14 +3,14 @@
# Date created: 25 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/08/26 07:12:19 tg Exp $
+# $Id: Makefile,v 1.8 1998/01/06 08:53:12 tg Exp $
#
DISTNAME= tr2latex
PKGNAME= tr2latex-2.2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= support/
+MASTER_SITE_SUBDIR= support
MAINTAINER= tg@FreeBSD.org