Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 12:16:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401502 - head/security/mhash
Message-ID:  <201511131216.tADCGBcp060429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Nov 13 12:16:10 2015
New Revision: 401502
URL: https://svnweb.freebsd.org/changeset/ports/401502

Log:
  Unbreak

Modified:
  head/security/mhash/Makefile

Modified: head/security/mhash/Makefile
==============================================================================
--- head/security/mhash/Makefile	Fri Nov 13 12:09:59 2015	(r401501)
+++ head/security/mhash/Makefile	Fri Nov 13 12:16:10 2015	(r401502)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mhash
 PORTVERSION=	0.9.9.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -19,6 +19,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-static --with-gnu-ld
 TEST_TARGET=	check
 
+OPTIONS_DEFINE=	DOCS
+
 PORTDOCS=	example.c skid2-authentication
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131216.tADCGBcp060429>