diff options
Diffstat (limited to 'x11/xfedor/Makefile')
-rw-r--r-- | x11/xfedor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile index 6c6e811..e6fa50b 100644 --- a/x11/xfedor/Makefile +++ b/x11/xfedor/Makefile @@ -6,7 +6,7 @@ # ATTENTION: It not work in > 256 colors modes, please fix it # if you can. # -# $Id: Makefile,v 1.7 1998/09/17 00:33:01 asami Exp $ +# $Id: Makefile,v 1.8 1999/08/22 19:01:06 mharo Exp $ # DISTNAME= xfedor @@ -26,7 +26,7 @@ XCAT1= ${X11BASE}/man/cat1 do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} xfedor ${PREFIX}/bin - -mkdir -p ${XFHELP} + -${MKDIR} ${XFHELP} ${CHOWN} ${SHAREOWN}.${SHAREGRP} ${XFHELP} ${CHMOD} 755 ${XFHELP} cd ${WRKSRC}/help; \ |