From 64acef6062577630af4cdb955fce7230e982fc5a Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 10 Aug 1997 23:23:46 +0000 Subject: Change dist site and remove hand-making cat directory creation --- x11/xfedor/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'x11/xfedor') diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile index 7d48b9c24f13..e51c26c01f6c 100644 --- a/x11/xfedor/Makefile +++ b/x11/xfedor/Makefile @@ -6,13 +6,13 @@ # ATTENTION: It not work in > 256 colors modes, please fix it # if you can. # -# $Id: Makefile,v 1.2 1996/09/11 04:54:11 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:44:17 asami Exp $ # DISTNAME= xfedor PKGNAME= xfedor-1.0 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.uni-trier.de/pub/unix/X11/R6/contrib/programs/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm @@ -32,9 +32,6 @@ do-install: cd ${WRKSRC}/help; \ ${INSTALL_DATA} * ${XFHELP} ${INSTALL_DATA} ${FILESDIR}/default.sos ${XFHELP} - -mkdir -p ${XCAT1} - chown ${MANOWN}.${MANGRP} ${XCAT1} - chmod 755 ${XCAT1} cd ${WRKSRC}; \ ${INSTALL_MAN} xfedor.txt ${XCAT1}/xfedor.1 -- cgit