Lines 19-31
Link Here
|
19 |
USE_RC_SUBR= nsd |
19 |
USE_RC_SUBR= nsd |
20 |
|
20 |
|
21 |
NSDUSER?= bind |
21 |
NSDUSER?= bind |
22 |
NSD_LSD= /var |
22 |
NSDGROUP?= bind |
|
|
23 |
NSDLSDIR= /var |
24 |
NSDDBDIR= /var/db/nsd |
25 |
NSDRUNDIR= /var/run/nsd |
23 |
NSDMAX_INT?= 512 |
26 |
NSDMAX_INT?= 512 |
24 |
|
27 |
|
25 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --with-user=${NSDUSER} \ |
29 |
CONFIGURE_ARGS= --with-user=${NSDUSER} \ |
27 |
--with-configdir=${PREFIX}/etc/nsd \ |
30 |
--with-configdir=${PREFIX}/etc/nsd \ |
28 |
--localstatedir=${NSD_LSD} |
31 |
--localstatedir=${NSDLSDIR} \ |
|
|
32 |
--with-dbfile=${NSDDBDIR}/nsd.db \ |
33 |
--with-pidfile=${NSDRUNDIR}/nsd.pid |
34 |
|
35 |
SUB_FILES= pkg-install pkg-deinstall |
36 |
SUB_LIST+= NSDUSER=${NSDUSER} \ |
37 |
NSDGROUP=${NSDGROUP} \ |
38 |
NSDDBDIR=${NSDDBDIR} \ |
39 |
NSDRUNDIR=${NSDRUNDIR} |
29 |
|
40 |
|
30 |
USE_OPENSSL= yes |
41 |
USE_OPENSSL= yes |
31 |
|
42 |
|
Lines 120-125
Link Here
|
120 |
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/${f} |
131 |
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/${f} |
121 |
.endfor |
132 |
.endfor |
122 |
.endif |
133 |
.endif |
|
|
134 |
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |
123 |
@${CAT} ${PKGMESSAGE} |
135 |
@${CAT} ${PKGMESSAGE} |
124 |
|
136 |
|
125 |
.include <bsd.port.post.mk> |
137 |
.include <bsd.port.post.mk> |