diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-05 06:47:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-05 06:47:32 +0800 |
commit | 800b7445234e64a6dedfe3f6945e8694fc68b282 (patch) | |
tree | aa170bb19b37241d7e8a92e7499d164b637b6803 /x11-wm/fvwm95 | |
parent | 751fe2c036cd36b96bd6bd9a0938741981a926e2 (diff) | |
download | freebsd-ports-gnome-800b7445234e64a6dedfe3f6945e8694fc68b282.tar.gz freebsd-ports-gnome-800b7445234e64a6dedfe3f6945e8694fc68b282.tar.zst freebsd-ports-gnome-800b7445234e64a6dedfe3f6945e8694fc68b282.zip |
I forgot add the '/' on the end of MASTER_SITE, now fix.
Diffstat (limited to 'x11-wm/fvwm95')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index 388425781914..c83950cdbaea 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -3,13 +3,13 @@ # Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.14 1997/10/13 20:36:22 andreas Exp $ +# $Id: Makefile,v 1.15 1997/12/04 02:21:59 vanilla Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf PKGNAME= fvwm95-2.0.43a CATEGORIES= x11 -MASTER_SITES= ftp://mitac11.uia.ac.be/pub/fvwm95 +MASTER_SITES= ftp://mitac11.uia.ac.be/pub/fvwm95/ EXTRACT_SUFX= .tgz MAINTAINER= andreas@FreeBSD.ORG |