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

(-)Makefile (-4 / +5 lines)
Lines 19-33 Link Here
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
20
21
PLIST_FILES=	bin/hrktorrent \
21
PLIST_FILES=	bin/hrktorrent \
22
		share/examples/hrktorrent/hrktorrent.rc
22
		${EXAMPLESDIR}/hrktorrent.rc
23
PLIST_DIRS=	share/examples/hrktorrent
23
PLIST_DIRS=	${EXAMPLESDIR}
24
24
25
MAN1=		hrktorrent.1
25
MAN1=		hrktorrent.1
26
MANCOMPRESSED=	no
26
MANCOMPRESSED=	no
27
27
28
SUB_FILES=	pkg-message
29
28
post-install:
30
post-install:
29
	@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
31
	@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
30
	@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
32
	@${CAT} ${PKGMESSAGE}
31
		${PKGDIR}/pkg-message
32
33
33
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)pkg-message (-7 lines)
Removed Link Here
1
=================================================================
2
A default hrktorrent.rc config has been installed to:
3
 PREFIX/share/examples/hrktorrent.rc
4
Copy it to ~/.hrktorrent/ and modify it. 
5
To use the IPFilter, move the rulefile the same dir and name it:
6
 ipfilter.dat.
7
=================================================================
(-)files/pkg-message.in (+7 lines)
Added Link Here
1
=================================================================
2
A default hrktorrent.rc config has been installed to:
3
 %%EXAMPLESDIR%%/hrktorrent.rc
4
Copy it to ~/.hrktorrent/ and modify it. 
5
To use the IPFilter, move the rulefile the same dir and name it:
6
 ipfilter.dat.
7
=================================================================

Return to bug 143193