diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-10 19:47:41 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-10 19:47:41 +0000 |
commit | 4561c069feedc5356df696c1e2bbf19f897b6426 (patch) | |
tree | 38eac0d5b19f1eb8f86823df5c29195201db4f1c /comms | |
parent | 90e380e1cbd656e275c9638cb1b043378d6ecca7 (diff) | |
download | ports-4561c069feedc5356df696c1e2bbf19f897b6426.tar.gz ports-4561c069feedc5356df696c1e2bbf19f897b6426.zip |
Notes
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} ;; |