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

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 27-30 Link Here
27
27
28
INFO=		ebnetd ebnetd-ja
28
INFO=		ebnetd ebnetd-ja
29
29
30
post-stage:
31
	${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME}
32
30
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-plist (-3 / +2 lines)
Lines 1-4 Link Here
1
etc/ebnetd.conf.sample
1
@sample etc/ebnetd.conf.sample
2
libexec/ebhtstat
2
libexec/ebhtstat
3
libexec/ebnstat
3
libexec/ebnstat
4
libexec/ndtpstat
4
libexec/ndtpstat
Lines 13-17 Link Here
13
sbin/ndtpcheck
13
sbin/ndtpcheck
14
sbin/ndtpcontrol
14
sbin/ndtpcontrol
15
sbin/ndtpd
15
sbin/ndtpd
16
@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
16
@dir(,,0755) %%EBNETD_RUNDIR%%
17
@dirrmtry %%EBNETD_RUNDIR%%

Return to bug 194367