diff options
Diffstat (limited to 'french/med')
-rw-r--r-- | french/med/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index a38bfc550a0b..ccfa96f10a2f 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -55,8 +55,8 @@ pre-configure: . if defined(NOPORTDOCS) ${REINPLACE_CMD} -e '/SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.${ext} . endif -. if !defined(NOPORTEXAMPLES) - ${REINPLACE_CMD} -e '/SUBDIRS/ s|tools|tools tests|' ${WRKSRC}/Makefile.${ext} +. if defined(NOPORTEXAMPLES) + ${REINPLACE_CMD} -e '/SUBDIRS/ s|tests||' ${WRKSRC}/Makefile.${ext} . endif . for dd in ${DOC2FIX} ${REINPLACE_CMD} -e 's|docdir = $$(datadir)/doc|docdir = @docdir@|' \ |