Fix pkg-install, forgotten in previous commit.
This commit is contained in:
parent
90e380e1cb
commit
4561c069fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353600
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gnokii
|
||||
PORTVERSION= 0.6.31
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
||||
|
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
case "$2" in
|
||||
"POST-INSTALL")
|
||||
chgrp $GROUP $BINS
|
||||
chgrp gnokii $BINS
|
||||
chmod 750 ${BINS}
|
||||
chmod u+s ${SUIDBINS}
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue