diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:58:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:58:28 +0000 |
commit | 4d1bd2432d9c10f833f4d644914e74fae8e48843 (patch) | |
tree | d8894adebc4f159265b94a17fabf359a7ab2d721 | |
parent | 5005b67362a735dc18d3d85170eae34e1fb6feab (diff) | |
download | freebsd-ports-4d1bd2432d9c10f833f4d644914e74fae8e48843.zip |
Define DOCS in OPTIONS_DEFINE.
-rw-r--r-- | sysutils/dar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index dd5fc181efdc..d21a42abac70 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -18,6 +18,8 @@ CONFIGURE_ARGS= --disable-build-html --datadir=${DATADIR} --disable-upx CPPFLAGS+= -DHAVE_DECL_GETOPT=0 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |