diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:03:31 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:03:31 +0000 |
commit | 6d32175bb2e36c928758f4075aaae849da130bc9 (patch) | |
tree | 2029bb0efe173955773e6000ae9d743508541586 /textproc/dictem/Makefile | |
parent | 16682f7476cc04691ae5fb5a75af1e3b15a52dd5 (diff) | |
download | ports-6d32175bb2e36c928758f4075aaae849da130bc9.tar.gz ports-6d32175bb2e36c928758f4075aaae849da130bc9.zip |
Notes
Diffstat (limited to 'textproc/dictem/Makefile')
-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" |