diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-06-07 22:44:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-06-07 22:44:21 +0000 |
commit | 2fa62596744270745d9d0540f5bbd839f6b78d23 (patch) | |
tree | b7e5a1ec8ce92178c23aff878c9671b8c96b7b89 /net | |
parent | e496938a05b08a6dc0a4f3562f7615a574354e2e (diff) |
Convert my ports to optionsNG
Notes
Notes:
svn path=/head/; revision=298711
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 5e7fcf1f5d94..686f2ef22a24 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -33,7 +33,9 @@ MAN1= yaz-asncomp.1 yaz-client.1 yaz-config.1 yaz-iconv.1 \ MAN7= bib1-attr.7 yaz-log.7 yaz.7 MAN8= yaz-ztest.8 -.if defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if !${PORT_OPTIONS:MDOCS} EXTRA_PATCHES+= ${FILESDIR}/extrapatch-doc__Makefile.in .endif |