diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:58:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:58:28 +0800 |
commit | b852bd81ffb440eacb3db1de899e98fee3f4103b (patch) | |
tree | d8894adebc4f159265b94a17fabf359a7ab2d721 /sysutils/dar | |
parent | 591689f7f7301da41e08d95976e1318322254d75 (diff) | |
download | freebsd-ports-gnome-b852bd81ffb440eacb3db1de899e98fee3f4103b.tar.gz freebsd-ports-gnome-b852bd81ffb440eacb3db1de899e98fee3f4103b.tar.zst freebsd-ports-gnome-b852bd81ffb440eacb3db1de899e98fee3f4103b.zip |
Define DOCS in OPTIONS_DEFINE.
Diffstat (limited to 'sysutils/dar')
-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} |