[Midnightbsd-cvs] mports [19994] trunk/net-p2p/ctorrent/Makefile: fixup docs
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 23 11:32:54 EDT 2015
Revision: 19994
http://svnweb.midnightbsd.org/mports/?rev=19994
Author: laffer1
Date: 2015-08-23 11:32:54 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
fixup docs
Modified Paths:
--------------
trunk/net-p2p/ctorrent/Makefile
Modified: trunk/net-p2p/ctorrent/Makefile
===================================================================
--- trunk/net-p2p/ctorrent/Makefile 2015-08-23 15:31:16 UTC (rev 19993)
+++ trunk/net-p2p/ctorrent/Makefile 2015-08-23 15:32:54 UTC (rev 19994)
@@ -1,8 +1,8 @@
# $MidnightBSD$
PORTNAME= ctorrent
-PORTVERSION= 3.3.2
-PORTREVISION= 1
+PORTVERSION= 3.3.2
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/
DISTNAME= ${PORTNAME}-dnh${PORTVERSION}
@@ -16,10 +16,13 @@
#WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
PLIST_FILES= bin/ctorrent
-
PORTDOCS= README-DNH.TXT UserGuide
-.if !defined(NOPORTDOCS)
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
More information about the Midnightbsd-cvs
mailing list