diff options
Diffstat (limited to 'net-p2p/verlihub/Makefile')
-rw-r--r-- | net-p2p/verlihub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 411a478d0589..b2ffe338e859 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -31,13 +31,12 @@ USE_LDCONFIG= yes USE_OPENSSL= yes SUB_FILES+= pkg-message +WRKSRC= ${WRKDIR}/${PORTNAME} + DOCS= configuring.txt using.txt help.html verlihub.html MANUAL_DOCS= verlihub.css verlihub_manual.html PORTDOCS= ${DOCS} ${MANUAL_DOCS} -post-extract: - @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |