diff options
author | pawel <pawel@FreeBSD.org> | 2014-06-04 19:24:16 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-06-04 19:24:16 +0800 |
commit | de4d756a32fc820fc89ce6c5df15eb7c349e3e2c (patch) | |
tree | a959f9d8b67d8d87b89a67d72763f61d1e4e7a1b /mail | |
parent | fc96747e78216a3df1e625d23adfbf78491153c3 (diff) | |
download | freebsd-ports-gnome-de4d756a32fc820fc89ce6c5df15eb7c349e3e2c.tar.gz freebsd-ports-gnome-de4d756a32fc820fc89ce6c5df15eb7c349e3e2c.tar.zst freebsd-ports-gnome-de4d756a32fc820fc89ce6c5df15eb7c349e3e2c.zip |
Add staging support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index e778b30ca48b..d978480994f1 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -14,7 +14,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USES= imake motif USE_XORG= ice sm x11 xext xmu xp xt -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} 's,ML_LIBDIR),DESTDIR)$$(&,g' \ + ${WRKSRC}/Imakefile + pre-configure: @${ECHO_MSG} "===> Building c-client" @( cd ${WRKSRC}/../imap-4; make bsi ) |