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 /www/wn | |
parent | make figlist and showfigfonts executable (diff) |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes
Notes:
svn path=/head/; revision=20898
Diffstat (limited to 'www/wn')
-rw-r--r-- | www/wn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 86f1692e1d44..c1305e562094 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.27 1998/12/01 11:21:33 obrien Exp $ +# $Id: Makefile,v 1.28 1998/12/02 09:48:36 obrien Exp $ # DISTNAME= wn-1.18.6 @@ -22,7 +22,7 @@ pre-patch: @${CP} ${WRKSRC}/config.h.dist ${WRKSRC}/config.h post-install: - @mkdir -p ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin + @${MKDIR} ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin @${CP} -PR ${WRKSRC}/docs ${PREFIX}/wn @install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec @install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin |