diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
commit | e894c29ad5fd45176ff40a63376707531adddba3 (patch) | |
tree | fe6e6f1047f8d67869e24a29bf32f5ba72588a1c /www/css-mode.el | |
parent | Stagify. (diff) |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Notes
Notes:
svn path=/head/; revision=362026
Diffstat (limited to 'www/css-mode.el')
-rw-r--r-- | www/css-mode.el/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/css-mode.el/Makefile b/www/css-mode.el/Makefile index 4e2796b9b85e..3bd679b025c8 100644 --- a/www/css-mode.el/Makefile +++ b/www/css-mode.el/Makefile @@ -28,6 +28,8 @@ DOCSDIR= ${PREFIX}/share/doc/css-mode PLIST_SUB= ELISP_SUBDIR=${ELISP_SUBDIR} XELISP_SUBDIR=${XELISP_SUBDIR} +OPTIONS_DEFINE= DOCS + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${ELISP_SUBDIR} ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${ELISP_SUBDIR} |