diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-14 05:19:14 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-14 05:19:14 +0800 |
commit | 7c639f50c92059d5552bf2a542a776a5434a3304 (patch) | |
tree | 5702e1ada57bb2ff5248696654d22632f794c014 /mail/exim-postgresql | |
parent | ca26e37d95bb9463a008b9dcd6a3563b95d5947a (diff) | |
download | freebsd-ports-gnome-7c639f50c92059d5552bf2a542a776a5434a3304.tar.gz freebsd-ports-gnome-7c639f50c92059d5552bf2a542a776a5434a3304.tar.zst freebsd-ports-gnome-7c639f50c92059d5552bf2a542a776a5434a3304.zip |
Ooops. Specify PATCHDIR so that these actually get patched properly.
Diffstat (limited to 'mail/exim-postgresql')
-rw-r--r-- | mail/exim-postgresql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |