diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 00:43:24 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-08-19 00:43:24 +0800 |
commit | 515d5048aa56d4a1c049b999ae019d87b61bd0e2 (patch) | |
tree | 5cc71aad2369347e372daa82cf3849f910e182fc /mail/exim | |
parent | 7f67e239a6dff5e6f1564218536f8ab0410b402a (diff) | |
download | freebsd-ports-graphics-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.gz freebsd-ports-graphics-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.zst freebsd-ports-graphics-515d5048aa56d4a1c049b999ae019d87b61bd0e2.zip |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 631bfbc0839..e0f276fb710 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -485,7 +485,6 @@ SEDLIST+= -e 's,^\# (TRUSTED_CONFIG_LIST=).*$$,\1${TRUSTED_CONFIG_LIST:S/,/\\,/g .endif MAKE_ENV+= INSTALL_ARG="${EXIM_INSTALL_ARG}" -PLIST_SUB+= RESETPREFIX=${PREFIX} DUMMY_LDFLAGS!= ${ECHO_CMD} ${LDFLAGS} | ${SED} -e 's|-Wl,-rpath|-Wl,-DUMMYrpath|g; s|-rpath|-Wl,-rpath|g; s|-DUMMYrpath|-rpath|g' pre-everything:: |