aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
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