aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-05-10 19:47:41 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-05-10 19:47:41 +0000
commit4561c069feedc5356df696c1e2bbf19f897b6426 (patch)
tree38eac0d5b19f1eb8f86823df5c29195201db4f1c /comms/gnokii
parent90e380e1cbd656e275c9638cb1b043378d6ecca7 (diff)
downloadports-4561c069feedc5356df696c1e2bbf19f897b6426.tar.gz
ports-4561c069feedc5356df696c1e2bbf19f897b6426.zip
Fix pkg-install, forgotten in previous commit.
Notes
Notes: svn path=/head/; revision=353600
Diffstat (limited to 'comms/gnokii')
-rw-r--r--comms/gnokii/Makefile2
-rw-r--r--comms/gnokii/pkg-install2
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}
;;