diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 05:19:14 +0800 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 05:19:14 +0800 |
commit | b7cf824802f962fef606c101dfe0fc0b3fc3380a (patch) | |
tree | d8a47c3ec19740da64633cb440102ddb5cde3507 /mail | |
parent | fba4414670aff354a64dd719339f9d95118b5e49 (diff) | |
download | freebsd-ports-gnome-b7cf824802f962fef606c101dfe0fc0b3fc3380a.tar.gz freebsd-ports-gnome-b7cf824802f962fef606c101dfe0fc0b3fc3380a.tar.zst freebsd-ports-gnome-b7cf824802f962fef606c101dfe0fc0b3fc3380a.zip |
Ooops. Specify PATCHDIR so that these actually get patched properly.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-ldap/Makefile | 1 | ||||
-rw-r--r-- | mail/exim-mysql/Makefile | 1 | ||||
-rw-r--r-- | mail/exim-postgresql/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/exim-ldap/Makefile b/mail/exim-ldap/Makefile index 1acd10596269..be1cb8f2e3e4 100644 --- a/mail/exim-ldap/Makefile +++ b/mail/exim-ldap/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -ldap CATEGORIES= mail PKGDIR= ../exim FILESDIR= ${PKGDIR}/files +PATCHDIR= ${PKGDIR}/files # See ../exim/Makefile for options controlling the LDAP lookup type. WITH_LDAP= yes diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile index f8432d6e898d..aa30eb96299c 100644 --- a/mail/exim-mysql/Makefile +++ b/mail/exim-mysql/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -mysql CATEGORIES= mail PKGDIR= ../exim FILESDIR= ${PKGDIR}/files +PATCHDIR= ${PKGDIR}/files WITH_MYSQL= yes diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile index 8fa6ca531981..814207db3b4a 100644 --- a/mail/exim-postgresql/Makefile +++ b/mail/exim-postgresql/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -postgresql CATEGORIES= mail PKGDIR= ../exim FILESDIR= ${PKGDIR}/files +PATCHDIR= ${PKGDIR}/files WITH_PGSQL= yes |