aboutsummaryrefslogtreecommitdiff
path: root/shells/44bsd-csh
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-22 15:22:52 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-22 15:22:52 +0000
commitf1e16e48bbd51bbc385bab6db34e2c00ccfd5d12 (patch)
tree3cbd21c38b810e0bc691ae8ecaf3d6ccde0589c5 /shells/44bsd-csh
parent12e915d8571287b459b18217356f168db7e57717 (diff)
downloadports-f1e16e48bbd51bbc385bab6db34e2c00ccfd5d12.tar.gz
ports-f1e16e48bbd51bbc385bab6db34e2c00ccfd5d12.zip
Notes
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r--shells/44bsd-csh/Makefile2
-rw-r--r--shells/44bsd-csh/pkg-plist2
2 files changed, 1 insertions, 3 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index b279d437cc59..1a46ae2e8820 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -18,7 +18,7 @@ USE_BZIP2= yes
NO_WRKSUBDIR= yes
MAN1= 44bsd-csh.1
-
+PORTDOCS= paper.ascii.gz
post-extract:
cd ${WRKSRC} ; co RCS/*,v
cd ${WRKSRC}/USD.doc ; co RCS/*,v
diff --git a/shells/44bsd-csh/pkg-plist b/shells/44bsd-csh/pkg-plist
index 013e14b9ff61..f70d1ad837e2 100644
--- a/shells/44bsd-csh/pkg-plist
+++ b/shells/44bsd-csh/pkg-plist
@@ -1,5 +1,3 @@
bin/44bsd-csh
-%%PORTDOCS%%%%DOCSDIR%%/paper.ascii.gz
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-%%PORTDOCS%%@dirrm %%DOCSDIR%%