aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>1997-10-28 21:59:55 +0000
committerGary Jennejohn <gj@FreeBSD.org>1997-10-28 21:59:55 +0000
commit0902ca651868062a85c1d5b9058e007f8e7c4cc5 (patch)
treeb6dd4f9739d7f5c5eff5bc88b3465797ddb0a2a0 /x11-wm
parenta71381b8eee2a8f28e90f648e8f998f9a1731f31 (diff)
downloadports-0902ca651868062a85c1d5b9058e007f8e7c4cc5.tar.gz
ports-0902ca651868062a85c1d5b9058e007f8e7c4cc5.zip
Submitted by: Maintainer (me@freebsd.org)
update MASTER_SITES to match reality
Notes
Notes: svn path=/head/; revision=8380
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index 36375bfd8eaf..d55ed13295fb 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -3,13 +3,13 @@
# Date created: 12 May 1995
# Whom: me
#
-# $Id: Makefile,v 1.20 1996/05/27 12:33:48 peter Exp $
+# $Id: Makefile,v 1.21 1996/11/18 10:36:54 asami Exp $
#
DISTNAME= fvwm-1.24r
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/window-managers
+MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-1/ \
+ ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/
MAINTAINER= me@FreeBSD.org
@@ -22,6 +22,6 @@ ALL_TARGET= Makefiles all
post-install:
@mkdir -p ${PREFIX}/include/X11/pixmaps
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
+ ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>