diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-02-04 20:45:51 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-02-04 20:45:51 +0000 |
commit | 9fd42e66c9e71c13a8b157e39b646f024de5e761 (patch) | |
tree | 4bdb0bd6175c6a3f05db1c0a78df98a25db9fedb /devel/libcheck | |
parent | d67b8697ef93d026413c35a83fb9c2974bc62945 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=227627
Diffstat (limited to 'devel/libcheck')
-rw-r--r-- | devel/libcheck/Makefile | 4 |
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 |