aboutsummaryrefslogtreecommitdiff
path: root/security/libtomcrypt
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-11-06 03:51:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-11-06 03:51:42 +0000
commit09740eacf97330d1876cb3dc53d2fba74871b19d (patch)
tree314150cecddd27a7a05568fcb4c623e6d9b56f40 /security/libtomcrypt
parente11b6ba7818ca3cfe67b4d896f810c59a7a38ffe (diff)
downloadports-09740eacf97330d1876cb3dc53d2fba74871b19d.tar.gz
ports-09740eacf97330d1876cb3dc53d2fba74871b19d.zip
Unbreak package build by registering PORTDOCS if we're installing docs.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307051
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r--security/libtomcrypt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index 32f6b795b716..5bc232d038e5 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -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