mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Use $SUB_FILES to update pkg-message
PR: ports/143193 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
This commit is contained in:
parent
d36f01ba70
commit
d3ee561792
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248670
@ -19,15 +19,16 @@ USE_GNOME= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= bin/hrktorrent \
|
||||
share/examples/hrktorrent/hrktorrent.rc
|
||||
PLIST_DIRS= share/examples/hrktorrent
|
||||
${EXAMPLESDIR}/hrktorrent.rc
|
||||
PLIST_DIRS= ${EXAMPLESDIR}
|
||||
|
||||
MAN1= hrktorrent.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/hrktorrent
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
|
||||
${PKGDIR}/pkg-message
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
A default hrktorrent.rc config has been installed to:
|
||||
PREFIX/share/examples/hrktorrent.rc
|
||||
%%EXAMPLESDIR%%/hrktorrent.rc
|
||||
Copy it to ~/.hrktorrent/ and modify it.
|
||||
To use the IPFilter, move the rulefile the same dir and name it:
|
||||
ipfilter.dat.
|
Loading…
x
Reference in New Issue
Block a user