summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1998-05-25 21:03:04 +0000
committerBill Fenner <fenner@FreeBSD.org>1998-05-25 21:03:04 +0000
commit4f2f81b483c4ca213a3d0646708dc0a15976ed0f (patch)
tree527a07b9d81707a97ba5c9c26b5471c37815613a
parentUpdate to version 5.26 and portlint clean. (diff)
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
Notes
Notes: svn path=/head/; revision=11143
-rw-r--r--cad/xcircuit/Makefile4
-rw-r--r--deskutils/korganizer/Makefile4
-rw-r--r--editors/cooledit/Makefile4
-rw-r--r--math/xldlas/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 3eccfd2036c6..86e703e25e84 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -3,14 +3,14 @@
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1998/05/18 04:20:21 mph Exp $
#
DISTNAME= xcircuit-1.7
CATEGORIES= cad x11
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/ \
${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=apps/circuits/
+MASTER_SITE_SUBDIR=apps/circuits
MAINTAINER= ports@FreeBSD.ORG
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile
index e3498cde889a..a5cf6cd96aca 100644
--- a/deskutils/korganizer/Makefile
+++ b/deskutils/korganizer/Makefile
@@ -3,13 +3,13 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/05/25 12:41:51 tg Exp $
#
DISTNAME= korganizer-0.9
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= /unstable/apps/office
+MASTER_SITE_SUBDIR= unstable/apps/office
MAINTAINER= hanspb@persbraten.vgs.no
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 1510a9a3b396..2990cc14b69e 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -3,13 +3,13 @@
# Date created: 18 November 1997
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.2 1998/05/03 15:40:01 jseger Exp $
+# $Id: Makefile,v 1.3 1998/05/15 05:13:47 mph Exp $
#
DISTNAME= cooledit-3.6.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/editors/X/
+MASTER_SITE_SUBDIR= apps/editors/X
MAINTAINER= brett@peloton.physics.montana.edu
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index 0f5fba0a1583..04c9236e17e5 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Dec 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/27 05:25:00 mph Exp $
#
DISTNAME= xldlas-0.85
@@ -11,7 +11,7 @@ CATEGORIES= math
MASTER_SITES= http://a42.com/~thor/xldlas/ \
http://sunsite.math.klte.hu/mirrors/xldlas/ \
${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/xapps/math/
+MASTER_SITE_SUBDIR= X11/xapps/math
EXTRACT_SUFX= -source.tgz
MAINTAINER= giffunip@asme.org