From c29e745552a73606af6aac2a8aafdfd622f11099 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Wed, 15 Aug 2007 17:30:42 +0000 Subject: [PATCH] - Do not install docs, even when unwanted doxygen is around --- audio/libnjb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index a7d10eb16d73..8eb67b564841 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -27,9 +27,11 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen PLIST_SUB= DOCS="" PORTVERSION=${PORTVERSION} .else PLIST_SUB= DOCS="@comment " +NODOC= /^SUBDIRS/s|doc|| .endif post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;\ + ${NODOC}' ${WRKSRC}/Makefile.in .include