From 7482a6fd870c306f98f11d387ef8fef607eebd6d Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 19 Jun 2010 15:08:23 +0000 Subject: Fix plist when NOPORTEXAMPLES is defined. Feature safe: yes --- french/med/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'french/med') 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@|' \ -- cgit