diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-06-19 15:08:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-06-19 15:08:23 +0000 |
commit | 7482a6fd870c306f98f11d387ef8fef607eebd6d (patch) | |
tree | ee94ad053d72b4f6a165bc02f4146642c34dd32d /french/med | |
parent | b43bf7a26404fc0933ca6d78386afff1f2e06f08 (diff) | |
download | ports-7482a6fd870c306f98f11d387ef8fef607eebd6d.tar.gz ports-7482a6fd870c306f98f11d387ef8fef607eebd6d.zip |
Notes
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@|' \ |