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

(-)confman/Makefile (-5 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	confman
4
PORTNAME=	confman
5
PORTVERSION=	1.9.4b
5
PORTVERSION=	1.9.4b
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.timesinks.net/distfiles/
8
MASTER_SITES=	http://www.timesinks.net/distfiles/
9
9
Lines 21-28 Link Here
21
21
22
CONFIGURE_ARGS+=	--localstatedir=/var
22
CONFIGURE_ARGS+=	--localstatedir=/var
23
23
24
MAN5=		confman.conf.5
25
MAN8=		confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8
26
27
NO_STAGE=	yes
28
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)confman/pkg-plist (-3 / +9 lines)
Lines 1-5 Link Here
1
etc/bash_completion.d/confman_completion
1
etc/bash_completion.d/confman_completion
2
etc/confman.conf.sample
2
%%ETCDIR%%.conf.sample
3
etc/defaults/confman.conf
3
etc/defaults/confman.conf
4
etc/defaults/recipe.template
4
etc/defaults/recipe.template
5
libexec/confman/abspath
5
libexec/confman/abspath
Lines 8-13 Link Here
8
libexec/confman/conflock
8
libexec/confman/conflock
9
libexec/confman/confman_precommit
9
libexec/confman/confman_precommit
10
libexec/confman/confsync
10
libexec/confman/confsync
11
man/man5/confman.conf.5.gz
12
man/man8/confadmin.8.gz
13
man/man8/confaudit.8.gz
14
man/man8/confexport.8.gz
15
man/man8/confman.8.gz
16
man/man8/confsync.8.gz
11
sbin/confadmin
17
sbin/confadmin
12
sbin/confman
18
sbin/confman
13
%%DATADIR%%/confadmindoc.sh
19
%%DATADIR%%/confadmindoc.sh
Lines 17-21 Link Here
17
%%DATADIR%%/libfiledb.sh
23
%%DATADIR%%/libfiledb.sh
18
@dirrmtry etc/bash_completion.d
24
@dirrmtry etc/bash_completion.d
19
@dirrmtry etc/defaults
25
@dirrmtry etc/defaults
20
@dirrm libexec/confman
26
@dirrmtry libexec/confman
21
@dirrm %%DATADIR%%
27
@dirrmtry %%DATADIR%%

Return to bug 189783