svn commit: r356468 - head/mail/ml

Pawel Pekala pawel at FreeBSD.org
Wed Jun 4 11:24:17 UTC 2014


Author: pawel
Date: Wed Jun  4 11:24:16 2014
New Revision: 356468
URL: http://svnweb.freebsd.org/changeset/ports/356468
QAT: https://qat.redports.org/buildarchive/r356468/

Log:
  Add staging support

Modified:
  head/mail/ml/Makefile

Modified: head/mail/ml/Makefile
==============================================================================
--- head/mail/ml/Makefile	Wed Jun  4 11:16:58 2014	(r356467)
+++ head/mail/ml/Makefile	Wed Jun  4 11:24:16 2014	(r356468)
@@ -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 )


More information about the svn-ports-head mailing list