diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-23 20:00:14 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-23 20:00:14 +0000 |
commit | eb95038c7e651f9c6d9c82a22a75de36592d2712 (patch) | |
tree | 6d5b3498f00b38a430c6f9f65428762d6590e3a2 /devel/avr-libc/Makefile | |
parent | 97257c3ddf1d379c36835fd38e120f59a3487e09 (diff) |
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Notes
Notes:
svn path=/head/; revision=232614
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r-- | devel/avr-libc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index adfc57acb270..bd74c663632f 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -51,6 +51,11 @@ MAKE_ENV= NO_CPU_CFLAGS=true CFLAGS= -O CXXFLAGS= -O +post-patch: +.if defined(NOPORTDOCS) + ${REINPLACE_CMD} -e '/SUBDIRS/s,examples,,' ${WRKSRC}/doc/Makefile.in +.endif + do-install: ${RM} -f ${TMPPLIST} .if !defined(NOPORTDOCS) |