diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-27 12:00:19 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-27 12:00:19 +0000 |
commit | 3776c4baf3e01fbd3d8ea52f4e5854845acf0d3b (patch) | |
tree | a9846a25721d07af72a6e4a6210cdbb14c131abc /net-p2p | |
parent | 65ca0ce4cc36e7644e3348b006ef21e90b267a1e (diff) | |
download | ports-3776c4baf3e01fbd3d8ea52f4e5854845acf0d3b.tar.gz ports-3776c4baf3e01fbd3d8ea52f4e5854845acf0d3b.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hrktorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/hrktorrent/Makefile b/net-p2p/hrktorrent/Makefile index fbdfa7d08e88..ebf42836a470 100644 --- a/net-p2p/hrktorrent/Makefile +++ b/net-p2p/hrktorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= hrktorrent PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://50hz.ws/hrktorrent/ @@ -19,8 +20,8 @@ USE_GNOME= pkgconfig USE_BZIP2= yes PLIST_FILES= bin/hrktorrent \ - ${EXAMPLESDIR}/hrktorrent.rc -PLIST_DIRS= ${EXAMPLESDIR} + share/examples/hrktorrent.rc +PLIST_DIRS= share/examples/hrktorrent MAN1= hrktorrent.1 MANCOMPRESSED= no |