diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-05-17 10:32:06 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-05-17 10:32:06 +0000 |
commit | 3c581072bdf4170a88e004c862f36c3e5826040c (patch) | |
tree | bb4a8c9947c804084004863ea06af206d79d402b /mail/elm | |
parent | 1b4694d98df4656434a6840b4e7c1c2d4bf07e94 (diff) | |
download | pkgsrc-3c581072bdf4170a88e004c862f36c3e5826040c.tar.gz |
Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.
Bump respective packages' PKGREVISION.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 7a20a01a63b..fcf276e7366 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2016/02/25 15:00:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2016/05/17 10:32:07 fhajny Exp $ DISTNAME= elm2.5.8 PKGNAME= elm-2.5.8 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.instinct.org/elm/files/tarballs/ @@ -29,7 +29,7 @@ OPSYSVARS+= LIBC LIBC.Darwin= /usr/lib/libSystem.dylib LIBC.*= /usr/lib/libc.so -SPECIAL_PERMS+= bin/elm ${ROOT_USER} mail 2755 +SPECIAL_PERMS+= bin/elm ${REAL_ROOT_USER} mail 2755 pre-configure: ${CP} ${FILESDIR}/config.sh ${WRKSRC}/config.sh.orig |