pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/torsmo Fix ownership. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5acf815b78c
branches:  trunk
changeset: 572077:e5acf815b78c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 19 21:21:20 2010 +0000

description:
Fix ownership. Bump revision.

diffstat:

 sysutils/torsmo/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r bcfe7c42730f -r e5acf815b78c sysutils/torsmo/Makefile
--- a/sysutils/torsmo/Makefile  Fri Feb 19 21:01:36 2010 +0000
+++ b/sysutils/torsmo/Makefile  Fri Feb 19 21:21:20 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2009/11/26 00:46:14 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/19 21:21:20 joerg Exp $
 
 DISTNAME=              torsmo-0.18
+PKGREVISION=           1
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=torsmo/}
 
@@ -29,7 +30,7 @@
 
 .if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" \
                          || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux")
-SPECIAL_PERMS+=        bin/torsmo ${BINOWN} kmem 2555
+SPECIAL_PERMS+=        bin/torsmo ${REAL_ROOT_USER} kmem 2555
 .endif
 
 do-install:



Home | Main Index | Thread Index | Old Index