diff options
author | ats <ats@FreeBSD.org> | 1995-07-17 04:57:41 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-07-17 04:57:41 +0800 |
commit | 2a24dbe179a38d395731906690fae8f2311c7dd5 (patch) | |
tree | 9ddf213f9feb569564df15eeff4423bef03d5eb3 /x11-toolkits | |
parent | 104f077ac47823ba20f42b159b449f2101919836 (diff) | |
download | freebsd-ports-gnome-2a24dbe179a38d395731906690fae8f2311c7dd5.tar.gz freebsd-ports-gnome-2a24dbe179a38d395731906690fae8f2311c7dd5.tar.zst freebsd-ports-gnome-2a24dbe179a38d395731906690fae8f2311c7dd5.zip |
Add a missing trailing slash in the MASTER_SITE line.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/FWF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index 5448921c9135..1259ccccda11 100644 --- a/x11-toolkits/FWF/Makefile +++ b/x11-toolkits/FWF/Makefile @@ -3,12 +3,12 @@ # Date created: 14 July 1995 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.2 1995/07/16 18:43:21 jkh Exp $ # DISTNAME= fwf-3.8 CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF +MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF/ MAINTAINER= jkh@FreeBSD.ORG |