diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-27 03:32:02 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-27 03:32:02 +0800 |
commit | 5e42f11c9e0784953448743ebc072cb6bd0827b1 (patch) | |
tree | 796af98c656ffb56f08dbc9c2c0081be815f317a /shells/ch | |
parent | a351c394488de71efe30e9d78646ac65790c5d85 (diff) | |
download | freebsd-ports-gnome-5e42f11c9e0784953448743ebc072cb6bd0827b1.tar.gz freebsd-ports-gnome-5e42f11c9e0784953448743ebc072cb6bd0827b1.tar.zst freebsd-ports-gnome-5e42f11c9e0784953448743ebc072cb6bd0827b1.zip |
- fix plist from previous commit, bump PORTREVISION
PR: ports/166232
Feature safe: yes
Diffstat (limited to 'shells/ch')
-rw-r--r-- | shells/ch/Makefile | 1 | ||||
-rw-r--r-- | shells/ch/pkg-plist | 12 |
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% |