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 | |
parent | 7f67e239a6dff5e6f1564218536f8ab0410b402a (diff) | |
download | freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.gz freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.tar.zst freebsd-ports-gnome-515d5048aa56d4a1c049b999ae019d87b61bd0e2.zip |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dma/Makefile | 1 | ||||
-rw-r--r-- | mail/exim/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/py-spambayes/Makefile | 3 |
5 files changed, 3 insertions, 6 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile index 62f01af8f61e..d5a6b3ff3307 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -27,7 +27,6 @@ LDFLAGS+= -L${OPENSSLLIB} USE_RC_SUBR= dma_flushq SUB_FILES= pkg-message -PLIST_SUB+= RESETPREFIX=${PREFIX} # Allow subports to extend. CONFFILES+= dma.conf auth.conf diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 631bfbc0839b..e0f276fb7109 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:: diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c32dea4dea05..887fb1777743 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -104,7 +104,7 @@ USE_RC_SUBR= postfix PLIST_SUB+= BASE="@comment " BMAN="" .endif -PLIST_SUB+= PFETC=${ETCDIR} RESETPREFIX=${PREFIX} +PLIST_SUB+= PFETC=${ETCDIR} .if ${PORT_OPTIONS:MDOCS} READMEDIR= ${DOCSDIR} diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 3f3bb4bd4130..f0d3aef8db96 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -105,7 +105,7 @@ USE_RC_SUBR= postfix PLIST_SUB+= BASE="@comment " BMAN="" .endif -PLIST_SUB+= PFETC=${ETCDIR} RESETPREFIX=${PREFIX} +PLIST_SUB+= PFETC=${ETCDIR} .if ${PORT_OPTIONS:MDOCS} READMEDIR= ${DOCSDIR} diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index d4db6e18c616..f811a854492e 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -29,8 +29,7 @@ CACHEDIR?= ${LOCALSTATDIR}/cache PLIST_SUB+= LOCALSTATDIR=${LOCALSTATDIR} \ DBDIR=${DBDIR} \ - CACHEDIR=${CACHEDIR} \ - RESETPREFIX=${PREFIX} + CACHEDIR=${CACHEDIR} SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} |