Index: Makefile =================================================================== --- Makefile (revision 371023) +++ Makefile (working copy) @@ -27,4 +27,7 @@ INFO= ebnetd ebnetd-ja +post-stage: + ${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME} + .include Index: pkg-plist =================================================================== --- pkg-plist (revision 371023) +++ pkg-plist (working copy) @@ -1,4 +1,4 @@ -etc/ebnetd.conf.sample +@sample etc/ebnetd.conf.sample libexec/ebhtstat libexec/ebnstat libexec/ndtpstat @@ -13,5 +13,4 @@ sbin/ndtpcheck sbin/ndtpcontrol sbin/ndtpd -@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%% -@dirrmtry %%EBNETD_RUNDIR%% +@dir(,,0755) %%EBNETD_RUNDIR%%