diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 01:03:31 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 01:03:31 +0800 |
commit | e2f96857d066656c848c4f3ba82fef21290d9d5e (patch) | |
tree | 2029bb0efe173955773e6000ae9d743508541586 /textproc/spellutils | |
parent | 60c302619012f512e63fad30f32ec2c5a3b2b80f (diff) | |
download | freebsd-ports-gnome-e2f96857d066656c848c4f3ba82fef21290d9d5e.tar.gz freebsd-ports-gnome-e2f96857d066656c848c4f3ba82fef21290d9d5e.tar.zst freebsd-ports-gnome-e2f96857d066656c848c4f3ba82fef21290d9d5e.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'textproc/spellutils')
-rw-r--r-- | textproc/spellutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/spellutils/Makefile b/textproc/spellutils/Makefile index 1a2fa3767b57..1720aa70acc8 100644 --- a/textproc/spellutils/Makefile +++ b/textproc/spellutils/Makefile @@ -20,6 +20,8 @@ LIBS+= -L${LOCALBASE}/lib -lintl DOCS= NEWS README EXAMPLES= aspell.sl +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: |