aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-02-05 04:45:51 +0800
committeritetcu <itetcu@FreeBSD.org>2009-02-05 04:45:51 +0800
commit8dfee4629372135a8cf300362974a0090d9f9e24 (patch)
treed7306dbe35980f3995985332cd6900ca9eff2aa5 /devel
parent4250759d61b52a4e0d041c52db31a7e13d825e84 (diff)
downloadfreebsd-ports-gnome-8dfee4629372135a8cf300362974a0090d9f9e24.tar.gz
freebsd-ports-gnome-8dfee4629372135a8cf300362974a0090d9f9e24.tar.zst
freebsd-ports-gnome-8dfee4629372135a8cf300362974a0090d9f9e24.zip
- 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
Diffstat (limited to 'devel')
-rw-r--r--devel/libcheck/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile
index c5415481460d..44e9ce34d2f3 100644
--- a/devel/libcheck/Makefile
+++ b/devel/libcheck/Makefile
@@ -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