mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix build with NOPORTDOCS.
Pointed out by: itetcu@ (and ports tinderbox)
This commit is contained in:
parent
82fa8aac77
commit
0600ff55da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216860
@ -25,8 +25,8 @@ CONFIGURE_ARGS= --with-pcap
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/pchar
|
||||
cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${PREFIX}/share/doc/pchar
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
sbin/pchar
|
||||
share/doc/pchar/CHANGES
|
||||
share/doc/pchar/FAQ
|
||||
share/doc/pchar/README
|
||||
@dirrm share/doc/pchar
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user