diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 10:32:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 10:32:36 +0000 |
commit | 1de43268131ce5f1ad426e4aa425f92bf21fe2ea (patch) | |
tree | 0580ed8489ab2ae7a32e4421fe10a5ed8626a5f6 /net-p2p/verlihub/Makefile | |
parent | e18bfbd7dd217335a7035211c29f96ef495549d2 (diff) |
- Clean up Makefile before update
- Improve on pkg-message further
Notes
Notes:
svn path=/head/; revision=194770
Diffstat (limited to 'net-p2p/verlihub/Makefile')
-rw-r--r-- | net-p2p/verlihub/Makefile | 13 |
1 files changed, 5 insertions, 8 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> |