diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-10 21:26:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-10 21:26:12 +0000 |
commit | d56174ed27a664cf321fdeb3c0b64013916695f5 (patch) | |
tree | e6f5d8d987763442deab9121beeccf35aac5f679 /x11 | |
parent | 064127e4d8e2e32ec1418665bcf76c95c7b57157 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vdesk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 7d10e1600080..8f683ff7a6a0 100644 --- a/x11/vdesk/Makefile +++ b/x11/vdesk/Makefile @@ -17,13 +17,15 @@ USES= autoreconf GNU_CONFIGURE= yes USE_XORG= x11 -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/vdesk OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for ii in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${ii} ${STAGEDIR}${DOCSDIR} |