aboutsummaryrefslogtreecommitdiff
path: root/devel/ncnf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 00:50:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 00:50:23 +0000
commit5f1b1e92ecf7dec411da8346ce1744ecf3a91346 (patch)
tree7ed97f2d8cfcf4beb742ce3fbd6ab4e6ac2317a3 /devel/ncnf
parent5377c11062c0549ecb6ff6792a89450182fe605e (diff)
Notes
Diffstat (limited to 'devel/ncnf')
-rw-r--r--devel/ncnf/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile
index 7504e9fe1d48..769ad2d0761a 100644
--- a/devel/ncnf/Makefile
+++ b/devel/ncnf/Makefile
@@ -10,21 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
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>