diff options
author | dhn <dhn@FreeBSD.org> | 2010-01-27 20:00:19 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2010-01-27 20:00:19 +0800 |
commit | a7f39f72955381a55876239232235b7d7dbc71f9 (patch) | |
tree | 9ece2f0609605705afcd79bd4b09308cd05ee6f4 /net-p2p | |
parent | aa319e630bf0c45e49948d0050a99ab64bc8a0fe (diff) | |
download | freebsd-ports-gnome-a7f39f72955381a55876239232235b7d7dbc71f9.tar.gz freebsd-ports-gnome-a7f39f72955381a55876239232235b7d7dbc71f9.tar.zst freebsd-ports-gnome-a7f39f72955381a55876239232235b7d7dbc71f9.zip |
- Fix plist
- Bump PORTREVISION
Reported by: QAT
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 |