1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix pkg-install, forgotten in previous commit.

This commit is contained in:
Guido Falsi 2014-05-10 19:47:41 +00:00
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

View File

@ -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/ \

View File

@ -11,7 +11,7 @@ fi
case "$2" in
"POST-INSTALL")
chgrp $GROUP $BINS
chgrp gnokii $BINS
chmod 750 ${BINS}
chmod u+s ${SUIDBINS}
;;