View | Details | Raw Unified | Return to bug 247496 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 22-27 Link Here
22
22
23
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
24
PLIST_FILES=	bin/doas \
24
PLIST_FILES=	bin/doas \
25
		etc/doas.conf.sample \
25
		man/man5/doas.conf.5.gz \
26
		man/man5/doas.conf.5.gz \
26
		man/man1/doas.1.gz
27
		man/man1/doas.1.gz
27
28
Lines 38-42 Link Here
38
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
39
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
39
	${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1
40
	${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1
40
	${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5
41
	${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5
42
	${INSTALL_DATA} ${WRKSRC}/doas.conf.sample ${STAGEDIR}${PREFIX}/etc/doas.conf.sample
41
43
42
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)files/pkg-message.in (-1 / +2 lines)
Lines 5-11 Link Here
5
5
6
%%PREFIX%%/etc/doas.conf
6
%%PREFIX%%/etc/doas.conf
7
7
8
must be created. Refer to doas.conf(5) for further details.
8
must be created. Refer to doas.conf(5) for further details and/or follow
9
%%PREFIX%%/etc/doas.conf.sample as an example.
9
10
10
Note: In order to be able to run most desktop (GUI) applications, the user
11
Note: In order to be able to run most desktop (GUI) applications, the user
11
needs to have the keepenv keyword specified. If keepenv is not specified then
12
needs to have the keepenv keyword specified. If keepenv is not specified then

Return to bug 247496