1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- fix plist with -D NOPORTEXAMPLES

- info pages are not governed by NOPORTDOCS, install them unconditionally.

PR:		ports/131271
Submitted by:	rafan@
Approved by:	maintainer timeout to QAT BotMails
This commit is contained in:
Ion-Mihai Tetcu 2009-02-04 20:45:51 +00:00
parent d67b8697ef
commit 9fd42e66c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227627

View File

@ -22,9 +22,7 @@ USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
.if !defined(NOPORTDOCS)
INFO= check
.endif
post-patch:
.if defined(NOPORTDOCS)
@ -36,7 +34,7 @@ post-patch:
@${REINPLACE_CMD} \
-e '/^install-data-am:/ s/ install-exampleDATA//' \
-e '/^install-data-am:/ s/ install-examplesrcDATA//' \
-e '/install-exampletestsDATA/ s/ install-info-am//' \
-e '/install-exampletestsDATA/ s/install-exampletestsDATA//' \
${WRKSRC}/doc/Makefile.in
.endif