diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/backuppc | |
parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) |
Notes
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r-- | sysutils/backuppc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index f4795ce22e14..140323f9d277 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -13,11 +13,11 @@ COMMENT= System for backing PCs and laptops to a server RUN_DEPENDS= p5-File-Listing>=0:${PORTSDIR}/sysutils/p5-File-Listing -NO_BUILD= yes - -USE_PERL5= yes USE_RC_SUBR= backuppc +USES= perl5 +NO_BUILD= yes + USERS= backuppc GROUPS= backuppc |