diff options
author | ache <ache@FreeBSD.org> | 1997-08-11 07:23:46 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-11 07:23:46 +0800 |
commit | 64acef6062577630af4cdb955fce7230e982fc5a (patch) | |
tree | f288db9189527cfd81756f0c43e07ce838efc3d0 /x11 | |
parent | 3c11bf38550f2deedeeb2828b585a70ec8e7fb23 (diff) | |
download | freebsd-ports-gnome-64acef6062577630af4cdb955fce7230e982fc5a.tar.gz freebsd-ports-gnome-64acef6062577630af4cdb955fce7230e982fc5a.tar.zst freebsd-ports-gnome-64acef6062577630af4cdb955fce7230e982fc5a.zip |
Change dist site and remove hand-making cat directory creation
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfedor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |