diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-09-22 06:33:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-09-22 06:33:12 +0000 |
commit | b4ee076562b56dd46cd1ab582bad342ae3441515 (patch) | |
tree | 0e06b046ba4614a5b445b6db247e0da7157f058b /net/44bsd-rdist | |
parent | e79c549374bbdc18cc80eef4de9310640404a054 (diff) |
Notes
Diffstat (limited to 'net/44bsd-rdist')
-rw-r--r-- | net/44bsd-rdist/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index 94680b4e60e0..01d94202b2ae 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -3,14 +3,13 @@ PORTNAME= 44bsd-rdist PORTVERSION= 20001111 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD rdist - USES= tar:bzip2 NO_WRKSUBDIR= yes @@ -19,9 +18,7 @@ PLIST_FILES= bin/44bsd-rdist \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 1000055 EXTRACT_DEPENDS= rcs:devel/rcs57 -.endif post-extract: cd ${WRKSRC} ; co RCS/*,v |