- Add %%PORTDOCS%% support to pkg-plist.

- $INSTALL_MAN -> $INSTALL_DATA in Makefile where appropriate.

PR:		28668
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Johann Visagie 2001-07-04 12:16:13 +00:00
parent 8c634d6e8a
commit 819158bfa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44742
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ test:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/hmmer
${INSTALL_MAN} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer
${INSTALL_DATA} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer
.endif
@ ${CAT} ${PKGMESSAGE}

View File

@ -11,5 +11,5 @@ bin/hmmpfam
bin/hmmsearch
bin/seqstat
bin/sreformat
share/doc/hmmer/Userguide.ps
@dirrm share/doc/hmmer
%%PORTDOCS%%share/doc/hmmer/Userguide.ps
%%PORTDOCS%%@dirrm share/doc/hmmer