Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 20:47:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369344 - head/security/racoon2
Message-ID:  <201409262047.s8QKlZRV076162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 26 20:47:35 2014
New Revision: 369344
URL: http://svnweb.freebsd.org/changeset/ports/369344
QAT: https://qat.redports.org/buildarchive/r369344/

Log:
  Fix stage violation (and allow staging as regular user)

Modified:
  head/security/racoon2/Makefile

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Fri Sep 26 20:43:29 2014	(r369343)
+++ head/security/racoon2/Makefile	Fri Sep 26 20:47:35 2014	(r369344)
@@ -62,6 +62,7 @@ post-patch:
 
 post-configure:
 	@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e '/INSTALL/s|\$$([a-z].*dir)|${STAGEDIR}&|'
+	@${REINPLACE_CMD} -e '/INSTALL/s|\$$(prefix)|${STAGEDIR}&|' ${WRKSRC}/pskgen/Makefile
 	@${REINPLACE_CMD} -e '1s|/usr/bin/perl|${PERL}|' ${WRKSRC}/pskgen/pskgen
 	@${REINPLACE_CMD} -e '/^prefix=/s|/usr/local|${STAGEDIR}${PREFIX}|;/\/var\/run\/racoon2/d' ${WRKSRC}/samples/Makefile
 



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