diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:34:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:34:32 +0000 |
commit | 7d7a9985bdce0d2b541c4ac9120f081609a3b4f2 (patch) | |
tree | 87966a72749b45019662f3c8e8b539493395d23b /mail | |
parent | 45088c8848de5866ad108c482399a9300fd673aa (diff) |
Notes
Diffstat (limited to 'mail')
-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: |