View | Details | Raw Unified | Return to bug 17762
Collapse All | Expand All

(-)flexbackup/Makefile (-3 / +3 lines)
Lines 26-34 Link Here
26
26
27
do-install:
27
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
28
	${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
29
	${MKDIR} ${PREFIX}/share/flexbackup
29
	${MKDIR} ${PREFIX}/share/doc/flexbackup
30
	${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup
30
	${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/doc/flexbackup
31
	${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
31
	${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/doc/flexbackup
32
32
33
post-install:
33
post-install:
34
	@cat ${PKGDIR}/MESSAGE
34
	@cat ${PKGDIR}/MESSAGE
(-)flexbackup/pkg/MESSAGE (-3 / +3 lines)
Lines 3-9 Link Here
3
Flexbackup needs to have its configuration file placed in /etc. A template
3
Flexbackup needs to have its configuration file placed in /etc. A template
4
copy of this configuration file has been installed into
4
copy of this configuration file has been installed into
5
5
6
  ${PREFIX}/share/flexbackup/flexbackup.conf.sample
6
  ${PREFIX}/share/doc/flexbackup/flexbackup.conf.sample
7
7
8
(where PREFIX nominally is /usr/local). Please copy this file as 
8
(where PREFIX nominally is /usr/local). Please copy this file as 
9
9
Lines 15-21 Link Here
15
 ** Changes have occurred in this file since previous versions **
15
 ** Changes have occurred in this file since previous versions **
16
 ****************************************************************
16
 ****************************************************************
17
17
18
Also see ${PREFIX}/share/flexbackup/flexbackup.README for more information on
18
Also see ${PREFIX}/share/doc/flexbackup/flexbackup.README for more information
19
how to use flexbackup (until the man pages are written :).
19
on how to use flexbackup (until the man pages are written :).
20
20
21
-------------------------------------------------------------------------------
21
-------------------------------------------------------------------------------
(-)flexbackup/pkg/PLIST (-3 / +3 lines)
Lines 1-4 Link Here
1
bin/flexbackup
1
bin/flexbackup
2
share/flexbackup/flexbackup.conf.sample
2
share/doc/flexbackup/flexbackup.conf.sample
3
share/flexbackup/flexbackup.README
3
share/doc/flexbackup/flexbackup.README
4
@dirrm share/flexbackup
4
@dirrm share/doc/flexbackup

Return to bug 17762