svn commit: r340973 - head/devel/ncnf

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 00:50:24 UTC 2014


Author: bapt
Date: Sat Jan 25 00:50:23 2014
New Revision: 340973
URL: http://svnweb.freebsd.org/changeset/ports/340973
QAT: https://qat.redports.org/buildarchive/r340973/

Log:
  Support stage

Modified:
  head/devel/ncnf/Makefile

Modified: head/devel/ncnf/Makefile
==============================================================================
--- head/devel/ncnf/Makefile	Sat Jan 25 00:47:42 2014	(r340972)
+++ head/devel/ncnf/Makefile	Sat Jan 25 00:50:23 2014	(r340973)
@@ -10,21 +10,12 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generic configuration management library
 
-LIB_DEPENDS=	strfunc.9:${PORTSDIR}/devel/libstrfunc
+OPTIONS_DEFINE=	DOCS
+
+LIB_DEPENDS=	libstrfunc.so:${PORTSDIR}/devel/libstrfunc
 
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	yes
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
-.include <bsd.port.options.mk>
-
-post-patch:
-.if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list