diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
commit | f6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/44bsd-csh | |
parent | a65ed2e51bf631a6b8ab766f984bf33c686d239a (diff) | |
download | ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.tar.gz ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.zip |
Notes
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r-- | shells/44bsd-csh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index 098f8e9f0f11..dfaedd019f30 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: csh -# Date created: 23 January 2000 -# Whom: David O'Brien <obrien@NUXI.com> -# +# Created by: David O'Brien <obrien@NUXI.com> # $FreeBSD$ -# PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 3 @@ -20,6 +15,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 PORTDOCS= paper.ascii.gz +NO_STAGE= yes post-extract: cd ${WRKSRC} ; co RCS/*,v; chmod u+w * cd ${WRKSRC}/USD.doc ; co RCS/*,v |