diff options
-rw-r--r-- | mail/qmail-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index 62d87e8fb233..ee2bd37a099b 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -52,8 +52,8 @@ NO_MTREE= yes pre-patch: @cd ${WRKFF} \ - && ${PATCH} -s <${FILESDIR}/patch-newaliases -# && ${PATCH} <${FILESDIR}/patch-striplocal + && ${PATCH} -s <${PATCHDIR}/extra-patch-newaliases +# && ${PATCH} <${PATCHDIR}/extra-patch-striplocal # apparently the above patch is no longer needed post-patch: |