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 /sysutils/gsmartcontrol | |
parent | e496938a05b08a6dc0a4f3562f7615a574354e2e (diff) |
Notes
Diffstat (limited to 'sysutils/gsmartcontrol')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index a959fc0dcec6..41375972f36c 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -29,8 +29,10 @@ MAN1= gsmartcontrol.1 CONFIGURE_ARGS= --disable-libglade +.include <bsd.port.options.mk> + post-patch: -.if defined(NOPORTDOCS) +.if !${PORT_OPTIONS:MDOCS} EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in .endif |