1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net/44bsd-rdist: No need to use bsd.port.pre.mk here anymore

This commit is contained in:
Tobias Kortkamp 2019-01-31 14:04:42 +00:00
parent 9fe801c449
commit 79c2329e87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491722

View File

@ -10,16 +10,14 @@ MASTER_SITES= LOCAL/cy
MAINTAINER= cy@FreeBSD.org
COMMENT= The traditional 4.4BSD rdist
EXTRACT_DEPENDS= rcs:devel/rcs57
USES= tar:bzip2
NO_WRKSUBDIR= yes
PLIST_FILES= bin/44bsd-rdist \
man/man1/44bsd-rdist.1.gz
.include <bsd.port.pre.mk>
EXTRACT_DEPENDS= rcs:devel/rcs57
post-extract:
cd ${WRKSRC} ; co RCS/*,v
@ -31,4 +29,4 @@ tarup:
-cd ${WRKSRC} ; ${RM} *
cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
.include <bsd.port.post.mk>
.include <bsd.port.mk>