diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-09-22 06:31:30 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-09-22 06:31:30 +0000 |
commit | e79c549374bbdc18cc80eef4de9310640404a054 (patch) | |
tree | 26e54eec9b480daa9a05bdefafe972ddd1f1147e /shells/44bsd-csh | |
parent | a20459354fde0d0bb27d55ac597b90d2b179a712 (diff) | |
download | ports-e79c549374bbdc18cc80eef4de9310640404a054.tar.gz ports-e79c549374bbdc18cc80eef4de9310640404a054.zip |
Notes
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r-- | shells/44bsd-csh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |