Date: Tue, 6 Nov 2012 08:31:47 +0000 From: Chris Rees <utisoft@gmail.com> To: Adam Weinberger <adamw@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r307051 - head/security/libtomcrypt Message-ID: <CADLo839tf95fx3r_o=HiCFBZjTpu43W8QwvQnm7WLHvhGEeYBQ@mail.gmail.com> In-Reply-To: <201211060351.qA63pgKF071516@svn.freebsd.org> References: <201211060351.qA63pgKF071516@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6 Nov 2012 03:51, "Adam Weinberger" <adamw@freebsd.org> wrote: > > Author: adamw > Date: Tue Nov 6 03:51:42 2012 > New Revision: 307051 > URL: http://svnweb.freebsd.org/changeset/ports/307051 > > Log: > Unbreak package build by registering PORTDOCS if we're installing docs. > > Feature safe: yes > > Modified: > head/security/libtomcrypt/Makefile > > Modified: head/security/libtomcrypt/Makefile > ============================================================================== > --- head/security/libtomcrypt/Makefile Tue Nov 6 03:40:59 2012 (r307050) > +++ head/security/libtomcrypt/Makefile Tue Nov 6 03:51:42 2012 (r307051) > @@ -11,8 +11,6 @@ DISTNAME= crypt-${PORTVERSION} > MAINTAINER= ports@FreeBSD.org > COMMENT= Comprehensive, modular, and portable cryptographic toolkit > > -BROKEN= incomplete plist > - > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > MAKEFILE= makefile > MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \ > @@ -50,6 +48,7 @@ CFLAGS+= -DGMP_DESC > > .if ${PORT_OPTIONS:MDOCS} > BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX > +PORTDOCS= * > .else This should appear earlier; perhaps with WRKSRC. There's no need to conditionalise it. Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo839tf95fx3r_o=HiCFBZjTpu43W8QwvQnm7WLHvhGEeYBQ>