svn commit: r347616 - head/security/libgringotts

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:40:03 UTC 2014


Author: miwi
Date: Sun Mar  9 14:40:02 2014
New Revision: 347616
URL: http://svnweb.freebsd.org/changeset/ports/347616
QAT: https://qat.redports.org/buildarchive/r347616/

Log:
  - Stage support
  - Define docs

Modified:
  head/security/libgringotts/Makefile

Modified: head/security/libgringotts/Makefile
==============================================================================
--- head/security/libgringotts/Makefile	Sun Mar  9 14:39:45 2014	(r347615)
+++ head/security/libgringotts/Makefile	Sun Mar  9 14:40:02 2014	(r347616)
@@ -13,6 +13,8 @@ COMMENT=	Library for encapsulating/safek
 LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt \
 		mhash.2:${PORTSDIR}/security/mhash
 
+OPTIONS_DEFINE=		DOCS
+
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -21,7 +23,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--with-pkg-config-files=${PREFIX}/libdata/pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in
 


More information about the svn-ports-head mailing list