diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-24 09:40:35 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-24 09:40:35 +0000 |
commit | 8f1782ff1e8d09281dc1ecd0ac4d302eae51f6b7 (patch) | |
tree | 0e78d0fe91e134bb4a054c3f1f3808a0e2e6901e /net-p2p/ctorrent | |
parent | 7da4bc2cb53280e73071c11b70c22d1c5491b1f9 (diff) | |
download | ports-8f1782ff1e8d09281dc1ecd0ac4d302eae51f6b7.tar.gz ports-8f1782ff1e8d09281dc1ecd0ac4d302eae51f6b7.zip |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index e9242c4d0024..070513b636e5 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} @@ -20,7 +21,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -PORTDOCS= README-DNH.TXT +PORTDOCS= README-DNH.TXT UserGuide .if !defined(NOPORTDOCS) post-install: |