1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Make portlint happier.

This commit is contained in:
Clement Laforet 2004-02-27 01:12:27 +00:00
parent 3a93c08cd4
commit 764a057ced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102250

View File

@ -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>