diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | e36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch) | |
tree | 4f6e254ed273f40def6ec9e6d94066be8e9c6588 /x11/xfedor | |
parent | 26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff) | |
download | FreeBSD-ports-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip FreeBSD-ports-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Diffstat (limited to 'x11/xfedor')
-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; \ |