diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-04 19:24:16 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-04 19:24:16 +0800 |
commit | 0c020afb8a87f98e5dd1023a83d4bb9b37e9ffc8 (patch) | |
tree | a959f9d8b67d8d87b89a67d72763f61d1e4e7a1b /mail | |
parent | 2283ee33fc753f4c2e18f5267eb7eccb55db85d8 (diff) | |
download | freebsd-ports-gnome-0c020afb8a87f98e5dd1023a83d4bb9b37e9ffc8.tar.gz freebsd-ports-gnome-0c020afb8a87f98e5dd1023a83d4bb9b37e9ffc8.tar.zst freebsd-ports-gnome-0c020afb8a87f98e5dd1023a83d4bb9b37e9ffc8.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 ) |