diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-07-05 12:03:15 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-07-05 12:03:15 +0800 |
commit | 0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba (patch) | |
tree | c3b7d976713a29ef8a14405763f220805ecd3e33 /shells | |
parent | ecd44ed34213b6ddbb9f4452cb3f8b2f1bae0102 (diff) | |
download | freebsd-ports-gnome-0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba.tar.gz freebsd-ports-gnome-0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba.tar.zst freebsd-ports-gnome-0c9c39fe78eaba6ad4d0f5ea285c6465580f9cba.zip |
Fix patch phase error.
Diffstat (limited to 'shells')
-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: |