- Install documentation

- Add pkg-message which informs that desklets are designed to be installed
  manually by user and there are no ports for them
This commit is contained in:
Roman Bogorodskiy 2005-05-26 03:28:16 +00:00
parent 14aab1be62
commit 0eacc0373f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136144
2 changed files with 26 additions and 0 deletions

View File

@ -25,4 +25,19 @@ MAN1= adesklets.1
INFO= adesklets \
adesklets_fr
SUB_FILES= pkg-message
.if !defined(NOPORTDOCS)
PORTDOCS= *.html
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/html/en/${i} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--------------------------------------------------------------------------
adesklets comes without any desklet by default. Desklets are intended to
be installed by user, so there are no ports for them. They all are
availbe here: http://adesklets.sourceforge.net/desklets.html
Read documentation: %%DOCSDIR%%
(unless build with NOPORTDOCS) or http://adesklets.sourceforge.net/doc/en/
to know how to install it.
--------------------------------------------------------------------------