diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
commit | 855416f2897660fc56085805e75a21144ba6c247 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /games/moria | |
parent | 67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff) | |
download | pkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index 873071c586d..6ae04ddad48 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/01/23 20:22:26 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/02 03:20:12 wiz Exp $ DISTNAME= um5.5.2 PKGNAME= moria-5.5.2 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/umoria do-configure: @rm -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile - @cd ${WRKSRC}; ln -s source/* unix/* . + @cd ${WRKSRC}; ${LN} -s source/* unix/* . post-install: @if [ ! -f /var/games/moria.scores ]; then \ |