aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-02-04 20:45:51 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-02-04 20:45:51 +0000
commit9fd42e66c9e71c13a8b157e39b646f024de5e761 (patch)
tree4bdb0bd6175c6a3f05db1c0a78df98a25db9fedb /devel/libcheck
parentd67b8697ef93d026413c35a83fb9c2974bc62945 (diff)
downloadports-9fd42e66c9e71c13a8b157e39b646f024de5e761.tar.gz
ports-9fd42e66c9e71c13a8b157e39b646f024de5e761.zip
Notes
Diffstat (limited to 'devel/libcheck')
-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