diff options
author | mat <mat@FreeBSD.org> | 2015-06-07 17:28:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-07 17:28:16 +0800 |
commit | 2cc4e86a0f6c2cef820af1a3967c4c3107c21c2d (patch) | |
tree | 4f71ec73594a3477bde5c813d537d1c43ece4c49 | |
parent | 1567325b5e20ab1755f8436ba89cc915be23a611 (diff) | |
download | freebsd-ports-graphics-2cc4e86a0f6c2cef820af1a3967c4c3107c21c2d.tar.gz freebsd-ports-graphics-2cc4e86a0f6c2cef820af1a3967c4c3107c21c2d.tar.zst freebsd-ports-graphics-2cc4e86a0f6c2cef820af1a3967c4c3107c21c2d.zip |
Fix build as a user.
Sponsored by: Absolight
-rw-r--r-- | mail/sympa/Makefile | 2 | ||||
-rw-r--r-- | mail/sympa/pkg-plist | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index d527a861239..5ff5c0c8eed 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -44,7 +44,7 @@ PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ USERS= sympa GROUPS= sympa # Shebang is corrected by configure script -USES= cpe perl5 +USES= cpe perl5 fakeroot GNU_CONFIGURE= yes ICONSDIR?= www/icons CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME} \ diff --git a/mail/sympa/pkg-plist b/mail/sympa/pkg-plist index 304b06c6caf..eccf09e2cf8 100644 --- a/mail/sympa/pkg-plist +++ b/mail/sympa/pkg-plist @@ -74,12 +74,12 @@ libexec/sympa/tpl2tt2.pl libexec/sympa/tt2.pm libexec/sympa/wwslib.pm @owner sympa -libexec/sympa/bouncequeue -libexec/sympa/familyqueue -libexec/sympa/queue -libexec/sympa/sympa_newaliases-wrapper -libexec/sympa/sympa_soap_server-wrapper.fcgi -libexec/sympa/wwsympa-wrapper.fcgi +@(,,4755) libexec/sympa/bouncequeue +@(,,4755) libexec/sympa/familyqueue +@(,,4755) libexec/sympa/queue +@(,,4750) libexec/sympa/sympa_newaliases-wrapper +@(,,6755) libexec/sympa/sympa_soap_server-wrapper.fcgi +@(,,6755) libexec/sympa/wwsympa-wrapper.fcgi @owner libexec/sympa/wwsympa.fcgi @group |