diff options
author | delphij <delphij@FreeBSD.org> | 2007-08-25 09:06:15 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-08-25 09:06:15 +0800 |
commit | ab3ba59f03fa0bfa3bc3bbaaffed199b0e0a3a8d (patch) | |
tree | b1a9fdc0c4cae5e6dc45ef161e021f0b1e5dfb3f /mail/kcheckgmail/Makefile | |
parent | 6ab392d63993e7a54fd386a73af82d3a0883910c (diff) | |
download | freebsd-ports-gnome-ab3ba59f03fa0bfa3bc3bbaaffed199b0e0a3a8d.tar.gz freebsd-ports-gnome-ab3ba59f03fa0bfa3bc3bbaaffed199b0e0a3a8d.tar.zst freebsd-ports-gnome-ab3ba59f03fa0bfa3bc3bbaaffed199b0e0a3a8d.zip |
Use post-patch when doing REINPLACE, this is common practice
in the past.
Suggested by: sat
Approved by: maintainer
Diffstat (limited to 'mail/kcheckgmail/Makefile')
-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 |