From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 06:01:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 716C5AF3; Sat, 22 Feb 2014 06:01:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53CD1151B; Sat, 22 Feb 2014 06:01:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1M61Wt2080854; Sat, 22 Feb 2014 06:01:32 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1M61WDH080853; Sat, 22 Feb 2014 06:01:32 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201402220601.s1M61WDH080853@svn.freebsd.org> From: Bryan Drewery Date: Sat, 22 Feb 2014 06:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345568 - head/mail/mess822 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 06:01:32 -0000 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