aboutsummaryrefslogtreecommitdiff
path: root/net/44bsd-rdist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/44bsd-rdist/Makefile')
-rw-r--r--net/44bsd-rdist/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile
index d39e29b46fab..8a6be1efbee8 100644
--- a/net/44bsd-rdist/Makefile
+++ b/net/44bsd-rdist/Makefile
@@ -5,6 +5,7 @@
#
# $FreeBSD$
#
+
PORTNAME= 44bsd-rdist
PORTVERSION= 20001111
CATEGORIES= net
@@ -28,7 +29,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/rdist.1 ${PREFIX}/man/man1/44bsd-rdist.1
tarup:
- -cd ${WRKSRC} ; rm *
- cd ${WRKSRC} ; tar cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
+ -cd ${WRKSRC} ; ${RM} *
+ cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
.include <bsd.port.mk>