sysutils/backuppc-devel: Fix shebang, sample files, pkg-plist

PR:		196923
Submitted by:	maintainer (Alexander Moisseev)
This commit is contained in:
John Marino 2015-02-06 09:44:48 +00:00
parent cc0bed7275
commit 21ceda0cc8
3 changed files with 5 additions and 8 deletions

View file

@ -3,8 +3,8 @@
PORTNAME= backuppc
DISTVERSION= 4.0.0alpha3
PORTREVISION= 2
CATEGORIES= sysutils
PORTREVISION= 1
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-beta/${DISTVERSION}
PKGNAMESUFFIX= -devel
@ -97,6 +97,7 @@ do-install:
cd ${WRKSRC} && ${PERL} configure.pl \
--batch \
--backuppc-user ${USERS} \
--bin-path perl=${PERL} \
--config-dir ${ETCDIR} \
--cgi-dir ${CGIDIR} \
--data-dir /var/db/BackupPC \

View file

@ -1,6 +1,7 @@
#!/bin/sh
perl %%PREFIX%%/libexec/backuppc/update.pl \
--bin-path perl=%%PREFIX%%/bin/perl \
--config-dir %%ETCDIR%% \
--cgi-dir %%CGIDIR%% \
--data-dir /var/db/BackupPC \

View file

@ -1,4 +1,3 @@
@stopdaemon backuppc
@mode 0555
bin/BackupPC
bin/BackupPC_Admin_SCGI
@ -128,11 +127,7 @@ man/man1/backuppc.1.gz
@group backuppc
@mode 04554
%%CGIDIR%%/BackupPC_Admin
@owner
@group
@mode
@owner backuppc
@group backuppc
@dir /var/run/BackupPC
@dir /var/log/BackupPC
@dir /var/db/BackupPC/cpool
@ -142,9 +137,9 @@ man/man1/backuppc.1.gz
@comment .sample files actually are templates for the configuration script
@comment and should not be installed as working configuration files.
@mode 0640
@sample %%ETCDIR%%/config.pl.sample
%%ETCDIR%%/config.pl.sample
@mode 0644
@sample %%ETCDIR%%/hosts.sample
%%ETCDIR%%/hosts.sample
@owner
@group
@mode 0544