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/dictem | |
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/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 0cde204e4012..cdfc97cfc53b 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -27,6 +27,8 @@ PLIST_DIRS+= ${LISPDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS+= README AUTHORS NEWS COPYING TODO +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .if ${EMACS_NAME} == "xemacs" |