aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-03 10:32:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-03 10:32:36 +0000
commit1de43268131ce5f1ad426e4aa425f92bf21fe2ea (patch)
tree0580ed8489ab2ae7a32e4421fe10a5ed8626a5f6 /net-p2p
parente18bfbd7dd217335a7035211c29f96ef495549d2 (diff)
downloadports-1de43268131ce5f1ad426e4aa425f92bf21fe2ea.tar.gz
ports-1de43268131ce5f1ad426e4aa425f92bf21fe2ea.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/verlihub/Makefile13
-rw-r--r--net-p2p/verlihub/files/pkg-message.in12
2 files changed, 11 insertions, 14 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile
index 8cc8cbd2a052..e9f3af889e21 100644
--- a/net-p2p/verlihub/Makefile
+++ b/net-p2p/verlihub/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: verlihub
+# New ports collection makefile for: Verlihub
# Date created: 2 April 2004
-# Whom: Hurbold
+# Whom: Bill Cadwallader <hurbold@yahoo.com>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= verlihub
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= verlihub-0.9.8c-RC2
MAINTAINER= ports@FreeBSD.org
@@ -32,18 +32,16 @@ USE_AUTOTOOLS= libtool:15
USE_MYSQL= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GCC= 3.4+
USE_OPENSSL= yes
SUB_FILES+= pkg-message
-SUB_FILES= pkg-message
-DOCS= configuring.txt using.txt help.html verlihub.html
+DOCS= configuring.txt using.txt help.html verlihub.html
MANUAL_DOCS= verlihub.css verlihub_manual.html
PORTDOCS= ${DOCS} ${MANUAL_DOCS}
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
@@ -51,7 +49,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/html_manual/${i} ${DOCSDIR}
.endfor
.endif
-
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/net-p2p/verlihub/files/pkg-message.in b/net-p2p/verlihub/files/pkg-message.in
index 050b54c64223..99cfd77e13d3 100644
--- a/net-p2p/verlihub/files/pkg-message.in
+++ b/net-p2p/verlihub/files/pkg-message.in
@@ -1,21 +1,21 @@
--------------------------------------------------------------------
-Documentation has been installed in %%PREFIX%%/share/doc
+Documentation has been installed in %%DOCSDIR%%/.
-Scripts and the executable have been installed in %%PREFIX%%/bin
+Scripts and the executable have been installed in %%PREFIX%%/bin/.
This port requires a working MySQL server installation, either
locally or remotely.
-Once you have a properly-running MySQL server, please run the install
+Once you have a properly-running MySQL server, please run install
script:
%%PREFIX%%/bin/vh_install
-Follow the instructions given.
+and follow the instructions given.
Visit http://www.verlihub-project.org/ for the project's homepage
-or http://www.verlihubforums.com/ for the project's forums. The verlihub
-manual is available online at http://www.danomac.org/verlihub/.
+or http://www.verlihubforums.com/ for the project's forums. The
+verlihub manual is available at http://www.danomac.org/verlihub/.
-------------------------------------------------------------------