diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-31 14:04:42 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-31 14:04:42 +0000 |
commit | 79c2329e87c98768b93d2b00ed616324732bc84c (patch) | |
tree | 7f68220f008426b7ee6cb8bf159f91182b3fc815 | |
parent | 9fe801c4494979cda2f34a1817413235d90194bc (diff) | |
download | freebsd-ports-79c2329e87c98768b93d2b00ed616324732bc84c.zip |
net/44bsd-rdist: No need to use bsd.port.pre.mk here anymore
-rw-r--r-- | net/44bsd-rdist/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index 01d94202b2ae..b973ab96ec88 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -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> |