svn commit: r401502 - head/security/mhash

Antoine Brodin antoine at FreeBSD.org
Fri Nov 13 12:16:12 UTC 2015


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:


More information about the svn-ports-all mailing list