Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 06:01:32 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345568 - head/mail/mess822
Message-ID:  <201402220601.s1M61WDH080853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Feb 22 06:01:31 2014
New Revision: 345568
URL: http://svnweb.freebsd.org/changeset/ports/345568
QAT: https://qat.redports.org/buildarchive/r345568/

Log:
  The pre-install trick is not needed here.

Modified:
  head/mail/mess822/Makefile

Modified: head/mail/mess822/Makefile
==============================================================================
--- head/mail/mess822/Makefile	Sat Feb 22 05:37:38 2014	(r345567)
+++ head/mail/mess822/Makefile	Sat Feb 22 06:01:31 2014	(r345568)
@@ -24,13 +24,7 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-qmail
 	@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
 	@${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
-	@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
+	@${ECHO_CMD} ${STAGEDIR}${PREFIX} > ${WRKSRC}/conf-home
 
-pre-install:
-	@${MV} -f ${WRKSRC}/conf-home ${WRKSRC}/conf-home.sav
-	@echo "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home
-	@cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o
-	@cd ${WRKSRC} ; ${MAKE_CMD} install instcheck
-	@${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402220601.s1M61WDH080853>