mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- use DOCSDIR
- fix plist for -DNOPORTDOCS - bump PORTREVISION
This commit is contained in:
parent
c24a3f3836
commit
aa58e16071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217182
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tclcheck
|
||||
PORTVERSION= 1.1.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
|
||||
DISTNAME= tclCheck-${PORTVERSION}
|
||||
@ -22,9 +23,8 @@ pre-build:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/tclCheck
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/tclCheck
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tclCheck
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
bin/tclCheck
|
||||
share/doc/tclCheck/COPYRIGHT
|
||||
share/doc/tclCheck/README
|
||||
@dirrm share/doc/tclCheck
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user