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 /editors | |
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 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index e903b71..4738c07 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.27 1999/02/03 23:44:25 steve Exp $ +# $Id: Makefile,v 1.28 1999/08/22 18:57:45 mharo Exp $ # DISTNAME= xemacs-20.4 @@ -79,7 +79,7 @@ post-install: ${CHMOD} 755 ${PREFIX}/share/emacs/site-lisp ${RM} -f ${PREFIX}/bin/send-pr # install xemacs20.sh into ${PREFIX}/etc/rc.d - @if [ ! -d ${PREFIX}/etc/rc.d ]; then mkdir -p ${PREFIX}/etc/rc.d; fi + @if [ ! -d ${PREFIX}/etc/rc.d ]; then ${MKDIR} ${PREFIX}/etc/rc.d; fi ${INSTALL_SCRIPT} ${FILESDIR}/xemacs20.sh ${PREFIX}/etc/rc.d .include <bsd.port.mk> |