diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 06:38:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 06:38:04 +0800 |
commit | 9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1 (patch) | |
tree | 45f09887e7f9cb2e5f0bf82acc40f393a80a76ac /mail | |
parent | 01ccb5da6522f02f1988926aa138f8694bac4e45 (diff) | |
download | freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.tar.gz freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.tar.zst freebsd-ports-gnome-9b9d7b10b9bf5a6cb3cd466e22b9d14e935ea8d1.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 2 |
3 files changed, 3 insertions, 3 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) diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index acefcf5db0fc..4a389e1cc66d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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) diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index acefcf5db0fc..4a389e1cc66d 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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) |