diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 17:20:20 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 17:20:20 +0800 |
commit | 776192097b0b530936340cf9b482e7a12cd0b34e (patch) | |
tree | a695dfc57be78b31a82de19748f5e9a78636bfcf /mail/exim-old/Makefile | |
parent | cb56d330f5e6fbae036c8c51885f1554a44fdb55 (diff) | |
download | freebsd-ports-gnome-776192097b0b530936340cf9b482e7a12cd0b34e.tar.gz freebsd-ports-gnome-776192097b0b530936340cf9b482e7a12cd0b34e.tar.zst freebsd-ports-gnome-776192097b0b530936340cf9b482e7a12cd0b34e.zip |
Sandbox Exim.
Since BSD UNIX still doesn't offer a user for running an MTA in a
sandbox the way many Linux distributions do, the Exim port uses
the traditional sandbox user for sendmail, called 'sendmail'.
Bump PORTREVISION accordingly.
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 7d9717308cd6..968fcc3ee190 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ http://www.exim.org/ftp/ \ @@ -164,4 +164,7 @@ post-build: ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon.bin ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon +pre-install: + @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + .include <bsd.port.mk> |