diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-07-05 04:03:15 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-07-05 04:03:15 +0000 |
commit | 0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba (patch) | |
tree | c3b7d976713a29ef8a14405763f220805ecd3e33 /shells/44bsd-csh | |
parent | ecd44ed34213b6ddbb9f4452cb3f8b2f1bae0102 (diff) | |
download | ports-0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba.tar.gz ports-0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba.zip |
Notes
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index aa0390775621..392a1dc003db 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -21,7 +21,7 @@ NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 PORTDOCS= paper.ascii.gz post-extract: - cd ${WRKSRC} ; co RCS/*,v + cd ${WRKSRC} ; co RCS/*,v; chmod u+w * cd ${WRKSRC}/USD.doc ; co RCS/*,v post-build: |