diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:38:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:38:04 +0000 |
commit | 7c12d99f1411d6aa3943a823fe13fd401b3c5658 (patch) | |
tree | 1ba2e356f0410575bedab97c993c10dd35b92ccb /mail/mutt-devel | |
parent | 7d7a9985bdce0d2b541c4ac9120f081609a3b4f2 (diff) | |
download | ports-7c12d99f1411d6aa3943a823fe13fd401b3c5658.tar.gz ports-7c12d99f1411d6aa3943a823fe13fd401b3c5658.zip |
Notes
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index acefcf5db0fc..4a389e1cc66d 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -88,7 +88,7 @@ pre-configure: .if !defined(NOPORTDOCS) post-build: ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref + ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-ref printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \ ed -s ${WRKSRC}/doc/mutt.man .if defined(WITH_DOCS) |