diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-05-11 03:47:41 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-05-11 03:47:41 +0800 |
commit | 347b82fb22eaed49ae85740c917b6cb9b9bcf8fa (patch) | |
tree | 38eac0d5b19f1eb8f86823df5c29195201db4f1c | |
parent | 57741ce32a0f3fc500c36958af45ae15c75d471f (diff) | |
download | freebsd-ports-gnome-347b82fb22eaed49ae85740c917b6cb9b9bcf8fa.tar.gz freebsd-ports-gnome-347b82fb22eaed49ae85740c917b6cb9b9bcf8fa.tar.zst freebsd-ports-gnome-347b82fb22eaed49ae85740c917b6cb9b9bcf8fa.zip |
Fix pkg-install, forgotten in previous commit.
-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} ;; |