diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-10 23:56:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-10 23:56:09 +0800 |
commit | f81da3c61a68010d9b306354927ab573306a1b99 (patch) | |
tree | 7b9a96aedc01f731b7f9ff6ed8296d62a9b37d97 /devel/ncnf | |
parent | 3892420133ab70ae0de548d6a925328563f1a7a7 (diff) | |
download | freebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.tar.gz freebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.tar.zst freebsd-ports-gnome-f81da3c61a68010d9b306354927ab573306a1b99.zip |
Fix reverted logic for DOCS handling
Reported by: pointyhat (miwi)
Diffstat (limited to 'devel/ncnf')
-rw-r--r-- | devel/ncnf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile index 132d265e6443..7504e9fe1d48 100644 --- a/devel/ncnf/Makefile +++ b/devel/ncnf/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes .include <bsd.port.options.mk> post-patch: -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in .endif |