aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-03-26 19:32:02 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-03-26 19:32:02 +0000
commitcc4a701df99f7c2c0a68adf6a1e18cfda3808ed5 (patch)
treedced9bd0dccc8064dae8949d628bd9033717f6f9 /shells
parentf90d634c88cae801fa009299062856b94286651d (diff)
downloadports-cc4a701df99f7c2c0a68adf6a1e18cfda3808ed5.tar.gz
ports-cc4a701df99f7c2c0a68adf6a1e18cfda3808ed5.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/ch/Makefile1
-rw-r--r--shells/ch/pkg-plist12
2 files changed, 11 insertions, 2 deletions
diff --git a/shells/ch/Makefile b/shells/ch/Makefile
index 9856213a1105..b237479f9e0a 100644
--- a/shells/ch/Makefile
+++ b/shells/ch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ch
PORTVERSION= 7.0.0
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://www.softintegration.com/download/software/release/FreeBSD/
DISTNAME= chstandard-${PORTVERSION}.freebsd9.0
diff --git a/shells/ch/pkg-plist b/shells/ch/pkg-plist
index 643ac6da01ab..7c79e5ada428 100644
--- a/shells/ch/pkg-plist
+++ b/shells/ch/pkg-plist
@@ -1,6 +1,7 @@
@exec cp /etc/shells /etc/shells.bak; (grep -v %D/bin/ch /etc/shells.bak; echo %D/bin/ch) >/etc/shells; rm -f /etc/shells.bak
@unexec cp /etc/shells /etc/shells.bak; (grep -v %D/bin/ch /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
bin/ch
+%%DATADIR%%/docs/images/softIntegration.gif
%%DATADIR%%/docs/README
%%DATADIR%%/docs/index.html
%%DATADIR%%/docs/chsdk.pdf
@@ -9,8 +10,15 @@ bin/ch
%%DATADIR%%/docs/chref.pdf
%%DATADIR%%/docs/qanimate.pdf
%%DATADIR%%/docs/chide.pdf
+%%DATADIR%%/docs/jp/chide.pdf
+%%DATADIR%%/docs/jp/chguide.pdf
+%%DATADIR%%/docs/jp/chref.pdf
+%%DATADIR%%/docs/jp/qanimate.pdf
+%%DATADIR%%/docs/cn/chide.pdf
+@dirrmtry %%DATADIR%%/docs/cn
+@dirrmtry %%DATADIR%%/docs/jp
+@dirrmtry %%DATADIR%%/docs/jp
+@dirrmtry %%DATADIR%%/docs/images
@dirrmtry %%DATADIR%%/docs/man/man1
@dirrmtry %%DATADIR%%/docs/man
@dirrmtry %%DATADIR%%/docs
-@unexec rmdir %D/ch/docs
-@dirrmtry %%DATADIR%