Date: Sat, 10 May 2014 19:47:42 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353600 - head/comms/gnokii Message-ID: <201405101947.s4AJlg3T004733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} ;;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405101947.s4AJlg3T004733>