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:
parent
3a93c08cd4
commit
764a057ced
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102250
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user