diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-08-25 01:06:15 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-08-25 01:06:15 +0000 |
commit | 5e30f2811054cece7e081b95a0abf931cb2ef9e0 (patch) | |
tree | 03b9c829488e13ca9da4e8ebbe6ffe607dd104bf /mail/kcheckgmail | |
parent | 9af7b66fe07c484b88ae1aa20de2af3578c06bf1 (diff) | |
download | ports-5e30f2811054cece7e081b95a0abf931cb2ef9e0.tar.gz ports-5e30f2811054cece7e081b95a0abf931cb2ef9e0.zip |
Use post-patch when doing REINPLACE, this is common practice
in the past.
Suggested by: sat
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=198273
Diffstat (limited to 'mail/kcheckgmail')
-rw-r--r-- | mail/kcheckgmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/kcheckgmail/Makefile b/mail/kcheckgmail/Makefile index ffba657bee3c..757a7467cb93 100644 --- a/mail/kcheckgmail/Makefile +++ b/mail/kcheckgmail/Makefile @@ -31,7 +31,7 @@ DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} MAN1= kcheckgmail.1 -post-extract: +post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/subdirs .endif |