1
0
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:
Bruce A. Mah 2008-07-15 04:53:46 +00:00
parent 82fa8aac77
commit 0600ff55da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216860
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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%%