summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>1998-08-14 23:14:08 +0000
committertron <tron>1998-08-14 23:14:08 +0000
commit0017076f50c09785a8cce79241b68b851f224ebc (patch)
tree811341d665199a9b30948189f62e82d1d388e5c3 /sysutils
parentfb6d5d036eb98fe1507343419365044972634639 (diff)
downloadpkgsrc-0017076f50c09785a8cce79241b68b851f224ebc.tar.gz
"ln" -> "${LN}", "rm" -> "${RM}".
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mtools/Makefile6
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"