From e79c549374bbdc18cc80eef4de9310640404a054 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 22 Sep 2016 06:31:30 +0000 Subject: [PATCH] Ensure RCS is available for extract. --- net/44bsd-rdist/Makefile | 3 ++- shells/44bsd-csh/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index ee3886228e79..94680b4e60e0 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -3,6 +3,7 @@ PORTNAME= 44bsd-rdist PORTVERSION= 20001111 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/cy @@ -19,7 +20,7 @@ PLIST_FILES= bin/44bsd-rdist \ .include .if ${OSVERSION} >= 1000055 -BUILD_DEPENDS= rcs:devel/rcs57 +EXTRACT_DEPENDS= rcs:devel/rcs57 .endif post-extract: diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index e4f467f6b036..d800d8f40048 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= 44bsd-csh PORTVERSION= 20001106 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= shells MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD /bin/csh C-shell -BUILD_DEPENDS= rcs:devel/rcs57 +EXTRACT_DEPENDS= rcs:devel/rcs57 USES= tar:bzip2 NO_WRKSUBDIR= yes