svn commit: r331891 - in head: graphics/comical net-p2p/ctorrent
Dirk Meyer
dinoex at FreeBSD.org
Mon Oct 28 19:10:05 UTC 2013
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 at 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>
More information about the svn-ports-all
mailing list