diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:27:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:27:35 +0000 |
commit | 44c8a1e09875606e7d75bda17a8279f098145b51 (patch) | |
tree | 8bc1e615ccf2c745a4b0e4791657d2b581d73f1d /devel/ncnf | |
parent | dc8c5cb37a3f902e732f4e4d0e664e8b1259d7cd (diff) | |
download | ports-44c8a1e09875606e7d75bda17a8279f098145b51.tar.gz ports-44c8a1e09875606e7d75bda17a8279f098145b51.zip |
Notes
Diffstat (limited to 'devel/ncnf')
-rw-r--r-- | devel/ncnf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile index 014489c6aacc..132d265e6443 100644 --- a/devel/ncnf/Makefile +++ b/devel/ncnf/Makefile @@ -16,8 +16,14 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= YES GNU_CONFIGURE= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + +.include <bsd.port.options.mk> + post-patch: -.ifdef NOPORTDOCS +.if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in .endif |