Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 19:10:04 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331891 - in head: graphics/comical net-p2p/ctorrent
Message-ID:  <201310281910.r9SJA4OQ093089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Oct 28 19:10:04 2013
New Revision: 331891
URL: http://svnweb.freebsd.org/changeset/ports/331891

Log:
  - use STAGEDIR

Modified:
  head/graphics/comical/Makefile
  head/net-p2p/ctorrent/Makefile

Modified: head/graphics/comical/Makefile
==============================================================================
--- head/graphics/comical/Makefile	Mon Oct 28 19:00:51 2013	(r331890)
+++ head/graphics/comical/Makefile	Mon Oct 28 19:10:04 2013	(r331891)
@@ -15,7 +15,6 @@ LIB_DEPENDS=	unrar:${PORTSDIR}/archivers
 LICENSE=	GPLv2
 
 MAKE_JOBS_UNSAFE=	yes
-NO_STAGE=	yes
 
 USE_GMAKE=	yes
 USE_WX=		2.6+

Modified: head/net-p2p/ctorrent/Makefile
==============================================================================
--- head/net-p2p/ctorrent/Makefile	Mon Oct 28 19:00:51 2013	(r331890)
+++ head/net-p2p/ctorrent/Makefile	Mon Oct 28 19:10:04 2013	(r331891)
@@ -11,20 +11,19 @@ DISTNAME=	${PORTNAME}-dnh${PORTVERSION}
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	BitTorrent Client written in C for FreeBSD and Linux
 
-NO_STAGE=	yes
-
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/ctorrent
 PORTDOCS=	README-DNH.TXT UserGuide
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR}/
 .endfor
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310281910.r9SJA4OQ093089>