diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /x11/xfedor/Makefile | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
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 6c6e8111ba5f..e6fa50b66a94 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; \ |