diff options
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 2 | ||||
-rw-r--r-- | net/tac_plus4/Makefile | 2 | ||||
-rw-r--r-- | news/fidogate/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index acefcf5..4a389e1 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 acefcf5..4a389e1 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 acefcf5..4a389e1 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) diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 9d0bf2f..beee972 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -20,7 +20,7 @@ MAN1= tac_plus.1 # To change the text displayed when users are prompted to enter # a username, set appropriately TAC_CHANGE_PROMPT variable. .if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES -EXTRA_PATCHES= ${FILESDIR}/patch-ba +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ba .endif do-install: diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 8716368..539e499 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -29,7 +29,7 @@ USE_PERL5= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 -EXTRA_PATCHES+= ${FILESDIR}/patch-perl +EXTRA_PATCHES+= ${PATCHDIR}/patch-perl .endif pre-configure: |