From e2000656d60d5d084fcad50748e89f5abeb3c8a1 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 3 Oct 2011 00:16:37 +0000 Subject: [PATCH] - Support NOPORTDOCS PR: ports/160720 Submitted by: Takefu --- audio/libsamplerate/Makefile | 5 +++++ audio/libsamplerate/pkg-plist | 32 ++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 66a516f20ad4..9061cbc923bb 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -25,4 +25,9 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_ARGS= htmldocdir=${PREFIX}/share/doc/libsamplerate +pre-install: +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's/SUBDIRS = M4 src doc examples tests/SUBDIRS = M4 src examples tests/' ${WRKSRC}/Makefile +.endif + .include diff --git a/audio/libsamplerate/pkg-plist b/audio/libsamplerate/pkg-plist index ce91b5ea44bb..fa0dbf71d842 100644 --- a/audio/libsamplerate/pkg-plist +++ b/audio/libsamplerate/pkg-plist @@ -5,19 +5,19 @@ lib/libsamplerate.la lib/libsamplerate.so lib/libsamplerate.so.1 libdata/pkgconfig/samplerate.pc -%%DOCSDIR%%/SRC.css -%%DOCSDIR%%/SRC.png -%%DOCSDIR%%/api.html -%%DOCSDIR%%/api_callback.html -%%DOCSDIR%%/api_full.html -%%DOCSDIR%%/api_misc.html -%%DOCSDIR%%/api_simple.html -%%DOCSDIR%%/download.html -%%DOCSDIR%%/faq.html -%%DOCSDIR%%/history.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/license.html -%%DOCSDIR%%/lists.html -%%DOCSDIR%%/quality.html -%%DOCSDIR%%/win32.html -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/SRC.css +%%PORTDOCS%%%%DOCSDIR%%/SRC.png +%%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/api_callback.html +%%PORTDOCS%%%%DOCSDIR%%/api_full.html +%%PORTDOCS%%%%DOCSDIR%%/api_misc.html +%%PORTDOCS%%%%DOCSDIR%%/api_simple.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/history.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/lists.html +%%PORTDOCS%%%%DOCSDIR%%/quality.html +%%PORTDOCS%%%%DOCSDIR%%/win32.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%