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

(-)Makefile (-1 / +2 lines)
Lines 17-22 Link Here
17
GNU_CONFIGURE=		yes
17
GNU_CONFIGURE=		yes
18
18
19
MAN1=			juke.1
19
MAN1=			juke.1
20
SUB_FILES=		pkg-message
20
21
21
.if defined(WITH_VI_BINDINGS)
22
.if defined(WITH_VI_BINDINGS)
22
EXTRA_PATCHES=	${FILESDIR}/extra-patch-vi
23
EXTRA_PATCHES=	${FILESDIR}/extra-patch-vi
Lines 24-29 Link Here
24
25
25
post-install:
26
post-install:
26
	${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
27
	${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
27
	@${SED} 's,PREFIX,${PREFIX},' ${PKGMESSAGE}
28
	@${CAT} ${PKGMESSAGE}
28
29
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)pkg-message (-6 lines)
Removed Link Here
1
2
A sample configuration file has been copied to
3
PREFIX/etc/juke.conf.sample.  Juke will not work without either
4
PREFIX/etc/juke.conf or the running user's ~/.juke.conf being
5
in place.
6
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
2
A sample configuration file has been copied to
3
%%PREFIX%%/etc/juke.conf.sample.  Juke will not work without either
4
%%PREFIX%%/etc/juke.conf or the running user's ~/.juke.conf being
5
in place.
6

Return to bug 142405