diff options
author | flz <flz@FreeBSD.org> | 2007-08-24 17:40:35 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-08-24 17:40:35 +0800 |
commit | 5b12a0626a186d5a801c1ecd346ffe703f848a1b (patch) | |
tree | 431d08b0cc6bb9b83329f6b5756c4ee1959da020 /net-p2p | |
parent | 97bbe2cdb984302c698af533a02cc2c0bbb466b3 (diff) | |
download | freebsd-ports-gnome-5b12a0626a186d5a801c1ecd346ffe703f848a1b.tar.gz freebsd-ports-gnome-5b12a0626a186d5a801c1ecd346ffe703f848a1b.tar.zst freebsd-ports-gnome-5b12a0626a186d5a801c1ecd346ffe703f848a1b.zip |
Add UserGuide to the list of installed documentation files.
Suggested by: John E Hein
Diffstat (limited to 'net-p2p')
-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: |