diff options
-rw-r--r-- | net/44bsd-rdist/Makefile | 3 | ||||
-rw-r--r-- | 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 ee3886228e7..94680b4e60e 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 <bsd.port.pre.mk> .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 e4f467f6b03..d800d8f4004 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 |