diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 12:18:51 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 12:18:51 +0000 |
commit | 135b047e9a1657895532e9fd77633148c09f4a1c (patch) | |
tree | 7f899eae2178a733a656d4799a590dc43011e1ad /net-p2p/ctorrent | |
parent | 638a3143a930d2da2505bcc0894b1f4161ac29bf (diff) |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ctorrent/pkg-message | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 1dff1823351f..57b8d84aa404 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} @@ -21,12 +22,13 @@ PLIST_FILES= bin/ctorrent PORTDOCS= README-DNH.TXT UserGuide -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/ .endfor .endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/net-p2p/ctorrent/pkg-message b/net-p2p/ctorrent/pkg-message new file mode 100644 index 000000000000..42a310ea5f29 --- /dev/null +++ b/net-p2p/ctorrent/pkg-message @@ -0,0 +1,8 @@ + +------------------------------------------------------------------------- +Ctorrent was installed. + +You might be interested in installing net-p2p/ctcs to control ctorrent +remotely. +------------------------------------------------------------------------- + |