- use DOCSDIR
- fix plist for -DNOPORTDOCS - bump PORTREVFISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail
This commit is contained in:
parent
134325318a
commit
2e430dd393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216624
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= lupe
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11 accessibility
|
||||
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/
|
||||
DISTNAME= lupe008
|
||||
|
@ -22,8 +22,8 @@ MAN1= lupe.1
|
|||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/lupe
|
||||
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/lupe.doc ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/lupe
|
||||
share/doc/lupe/lupe.doc
|
||||
@dirrm share/doc/lupe
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lupe.doc
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue