svn commit: r307051 - head/security/libtomcrypt
Adam Weinberger
adamw at FreeBSD.org
Tue Nov 6 03:51:43 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list