diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 23:59:40 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 23:59:40 +0800 |
commit | 5b6babcf9f4249c0b2bfa023f7764d5f7e329035 (patch) | |
tree | ca7d0999fa248d8480e844d0f19b5648ca95fae5 /mail/exim | |
parent | 5b449f03b0459e1073dba0e78bdea62b8b98d20e (diff) | |
download | freebsd-ports-gnome-5b6babcf9f4249c0b2bfa023f7764d5f7e329035.tar.gz freebsd-ports-gnome-5b6babcf9f4249c0b2bfa023f7764d5f7e329035.tar.zst freebsd-ports-gnome-5b6babcf9f4249c0b2bfa023f7764d5f7e329035.zip |
mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
(Also some white space fixes in dependent ports)
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 3ef9274a0b30..631bfbc0839b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,6 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} +PORTREVISION?= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim |