diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | comms/gnokii/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index eab42ff4545a..1c77a47e0b1c 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -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/ \ diff --git a/comms/gnokii/pkg-install b/comms/gnokii/pkg-install index 5764819d8882..a5434dd5022f 100644 --- a/comms/gnokii/pkg-install +++ b/comms/gnokii/pkg-install @@ -11,7 +11,7 @@ fi case "$2" in "POST-INSTALL") - chgrp $GROUP $BINS + chgrp gnokii $BINS chmod 750 ${BINS} chmod u+s ${SUIDBINS} ;; |