- use STAGEDIR

This commit is contained in:
Dirk Meyer 2013-10-28 19:10:04 +00:00
parent 4437d2203b
commit c3bd492596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331891
2 changed files with 5 additions and 7 deletions

View file

@ -15,7 +15,6 @@ LIB_DEPENDS= unrar:${PORTSDIR}/archivers/libunrar
LICENSE= GPLv2
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
USE_GMAKE= yes
USE_WX= 2.6+

View file

@ -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>