- fix plist from previous commit, bump PORTREVISION
PR: ports/166232 Feature safe: yes
This commit is contained in:
parent
f90d634c88
commit
cc4a701df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293864
2 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ch
|
PORTNAME= ch
|
||||||
PORTVERSION= 7.0.0
|
PORTVERSION= 7.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
MASTER_SITES= http://www.softintegration.com/download/software/release/FreeBSD/
|
MASTER_SITES= http://www.softintegration.com/download/software/release/FreeBSD/
|
||||||
DISTNAME= chstandard-${PORTVERSION}.freebsd9.0
|
DISTNAME= chstandard-${PORTVERSION}.freebsd9.0
|
||||||
|
|
|
@ -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
|
@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
|
@unexec cp /etc/shells /etc/shells.bak; (grep -v %D/bin/ch /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
|
||||||
bin/ch
|
bin/ch
|
||||||
|
%%DATADIR%%/docs/images/softIntegration.gif
|
||||||
%%DATADIR%%/docs/README
|
%%DATADIR%%/docs/README
|
||||||
%%DATADIR%%/docs/index.html
|
%%DATADIR%%/docs/index.html
|
||||||
%%DATADIR%%/docs/chsdk.pdf
|
%%DATADIR%%/docs/chsdk.pdf
|
||||||
|
@ -9,8 +10,15 @@ bin/ch
|
||||||
%%DATADIR%%/docs/chref.pdf
|
%%DATADIR%%/docs/chref.pdf
|
||||||
%%DATADIR%%/docs/qanimate.pdf
|
%%DATADIR%%/docs/qanimate.pdf
|
||||||
%%DATADIR%%/docs/chide.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/man1
|
||||||
@dirrmtry %%DATADIR%%/docs/man
|
@dirrmtry %%DATADIR%%/docs/man
|
||||||
@dirrmtry %%DATADIR%%/docs
|
@dirrmtry %%DATADIR%%/docs
|
||||||
@unexec rmdir %D/ch/docs
|
|
||||||
@dirrmtry %%DATADIR%
|
|
||||||
|
|
Loading…
Reference in a new issue