diff options
author | clement <clement@FreeBSD.org> | 2004-03-22 23:22:52 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-22 23:22:52 +0800 |
commit | 0c72099c0068c1987c28bbb30281786281bf208f (patch) | |
tree | 2603deea5026e5025aa9fd8fcde5c82b3eadcbd0 /shells | |
parent | 5ebb3cdd1051611da89bde7362f325b241ee35af (diff) | |
download | freebsd-ports-gnome-0c72099c0068c1987c28bbb30281786281bf208f.tar.gz freebsd-ports-gnome-0c72099c0068c1987c28bbb30281786281bf208f.tar.zst freebsd-ports-gnome-0c72099c0068c1987c28bbb30281786281bf208f.zip |
Use PORTDOCS macro.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 | ||||
-rw-r--r-- | shells/44bsd-csh/pkg-plist | 2 |
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%% |