diff options
author | tron <tron@pkgsrc.org> | 1998-08-14 23:14:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-14 23:14:08 +0000 |
commit | ff30793dfdfe183159108a753cbd25c8721a86cc (patch) | |
tree | 811341d665199a9b30948189f62e82d1d388e5c3 /sysutils/mtools | |
parent | 157895d16ee93a6e72e7bdb4f74f02cd6766c6bb (diff) | |
download | pkgsrc-ff30793dfdfe183159108a753cbd25c8721a86cc.tar.gz |
"ln" -> "${LN}", "rm" -> "${RM}".
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 4d927fa8fd3..715265deb98 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/08/14 23:11:20 tron Exp $ +# $NetBSD: Makefile,v 1.11 1998/08/14 23:14:08 tron Exp $ # DISTNAME= mtools-3.9.1 @@ -17,9 +17,9 @@ USE_GMAKE= yes INFO_FILES= mtools.info post-extract: - @ln -s . ${WRKSRC}/mtools + @${LN} -s . ${WRKSRC}/mtools post-patch: - @rm ${WRKSRC}/mtools + @${RM} ${WRKSRC}/mtools .include "../../mk/bsd.pkg.mk" |