diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 06:34:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 06:34:32 +0800 |
commit | 01ccb5da6522f02f1988926aa138f8694bac4e45 (patch) | |
tree | 8cdb3bc295b4234c70529fba9f36271831f7136c /mail/qmail-contrib/Makefile | |
parent | 3dd1621aaacf3767a0928614b387cda08d885341 (diff) | |
download | freebsd-ports-gnome-01ccb5da6522f02f1988926aa138f8694bac4e45.tar.gz freebsd-ports-gnome-01ccb5da6522f02f1988926aa138f8694bac4e45.tar.zst freebsd-ports-gnome-01ccb5da6522f02f1988926aa138f8694bac4e45.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
(This should probably be rewritten to use EXTRA_PATCHES but I don't have
time to test it now.)
Diffstat (limited to 'mail/qmail-contrib/Makefile')
-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: |