summaryrefslogtreecommitdiff
path: root/french/med
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-06-19 15:08:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-06-19 15:08:23 +0000
commit7482a6fd870c306f98f11d387ef8fef607eebd6d (patch)
treeee94ad053d72b4f6a165bc02f4146642c34dd32d /french/med
parentUpdate to 0.048 (diff)
Fix plist when NOPORTEXAMPLES is defined.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=256707
Diffstat (limited to 'french/med')
-rw-r--r--french/med/Makefile4
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@|' \