diff options
author | flz <flz@FreeBSD.org> | 2009-07-17 20:18:51 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-07-17 20:18:51 +0800 |
commit | 26f440faf61b1c844479633a106111a4071c762a (patch) | |
tree | 5e7335fdbe05c075fdc87cad07558d30a4fe05d2 /net-p2p/ctorrent | |
parent | 9993c6bdf903e2f4c47c781e2ef22c3b3f04c784 (diff) | |
download | freebsd-ports-gnome-26f440faf61b1c844479633a106111a4071c762a.tar.gz freebsd-ports-gnome-26f440faf61b1c844479633a106111a4071c762a.tar.zst freebsd-ports-gnome-26f440faf61b1c844479633a106111a4071c762a.zip |
Add pkg-message mentioning net-p2p/ctcs.
PR: ports/136483
Submitted by: Sébastien Santoro
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. +------------------------------------------------------------------------- + |