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

(-)Makefile (-1 / +2 lines)
Lines 19-24 Link Here
19
RUN_DEPENDS=	${SKKJISYOCDB}:${PORTSDIR}/japanese/skk-jisyo-cdb
19
RUN_DEPENDS=	${SKKJISYOCDB}:${PORTSDIR}/japanese/skk-jisyo-cdb
20
20
21
PLIST_FILES=	libexec/dbskkd-cdb
21
PLIST_FILES=	libexec/dbskkd-cdb
22
SUB_FILES=	pkg-message
22
23
23
SKKDIR?=	share/skk
24
SKKDIR?=	share/skk
24
SKKJISYO_TYPE?=	L
25
SKKJISYO_TYPE?=	L
Lines 51-56 Link Here
51
	${INSTALL_SCRIPT} ${WRKSRC}/${docs} ${DOCSDIR}
52
	${INSTALL_SCRIPT} ${WRKSRC}/${docs} ${DOCSDIR}
52
.endfor
53
.endfor
53
.endif
54
.endif
54
	@${SED} 's|/usr/local|${PREFIX}|' ${PKGMESSAGE}
55
	@${CAT} ${PKGMESSAGE}
55
56
56
.include <bsd.port.post.mk>
57
.include <bsd.port.post.mk>
(-)pkg-message (-8 lines)
Removed Link Here
1
2
Note:
3
Dbskkd-cdb is designed to run with inetd or daemontools.  Example config
4
for both superdaemons are available at /usr/local/share/doc/dbskkd-cdb.
5
6
Also note that dbskkd-cdb no longer required to run 'root' (1.71dev does),
7
nor chroot(8) to the dictionary directory.
8
(-)files/pkg-message.in (+8 lines)
Added Link Here
1
2
Note:
3
Dbskkd-cdb is designed to run with inetd or daemontools.  Example config
4
for both superdaemons are available at %%DOCSDIR%%.
5
6
Also note that dbskkd-cdb no longer required to run 'root' (1.71dev does),
7
nor chroot(8) to the dictionary directory.
8

Return to bug 142615