svn commit: r353600 - head/comms/gnokii

Guido Falsi madpilot at FreeBSD.org
Sat May 10 19:47:42 UTC 2014


Author: madpilot
Date: Sat May 10 19:47:41 2014
New Revision: 353600
URL: http://svnweb.freebsd.org/changeset/ports/353600
QAT: https://qat.redports.org/buildarchive/r353600/

Log:
  Fix pkg-install, forgotten in previous commit.

Modified:
  head/comms/gnokii/Makefile
  head/comms/gnokii/pkg-install

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Sat May 10 19:43:14 2014	(r353599)
+++ head/comms/gnokii/Makefile	Sat May 10 19:47:41 2014	(r353600)
@@ -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/ \

Modified: head/comms/gnokii/pkg-install
==============================================================================
--- head/comms/gnokii/pkg-install	Sat May 10 19:43:14 2014	(r353599)
+++ head/comms/gnokii/pkg-install	Sat May 10 19:47:41 2014	(r353600)
@@ -11,7 +11,7 @@ fi
 
 case "$2" in
 "POST-INSTALL")
-	chgrp $GROUP $BINS
+	chgrp gnokii $BINS
 	chmod 750 ${BINS}
 	chmod u+s ${SUIDBINS}
 	;;


More information about the svn-ports-all mailing list