diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-11 09:20:20 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-11 09:20:20 +0000 |
commit | ef425063696e3c1ced0d6fe1c19b30ce4e771e2d (patch) | |
tree | 02014df05fb00580018fbba7fb2e068efaef2a46 /mail/exim-old/Makefile | |
parent | dbefe123776089b34a87d7dcdbd148e57cd7c276 (diff) |
Notes
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> |