Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 00:50:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340973 - head/devel/ncnf
Message-ID:  <201401250050.s0P0oODn024134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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