aboutsummaryrefslogtreecommitdiffstats
path: root/net/44bsd-rdist
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-02-27 09:12:27 +0800
committerclement <clement@FreeBSD.org>2004-02-27 09:12:27 +0800
commit00c22c89cbb05c2a1b634f2717c6b0e4fbd407bd (patch)
tree290966b00091b287e4e175d42a1ee07c46a0510c /net/44bsd-rdist
parent42e0403614f20cae9cca9448021170cfed281f83 (diff)
downloadfreebsd-ports-gnome-00c22c89cbb05c2a1b634f2717c6b0e4fbd407bd.tar.gz
freebsd-ports-gnome-00c22c89cbb05c2a1b634f2717c6b0e4fbd407bd.tar.zst
freebsd-ports-gnome-00c22c89cbb05c2a1b634f2717c6b0e4fbd407bd.zip
Make portlint happier.
Diffstat (limited to 'net/44bsd-rdist')
-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>