Date: Tue, 6 Nov 2012 03:51:42 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307051 - head/security/libtomcrypt Message-ID: <201211060351.qA63pgKF071516@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 MAKE_ARGS+= NODOCS=yes .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211060351.qA63pgKF071516>