svn commit: r369344 - head/security/racoon2

Antoine Brodin antoine at FreeBSD.org
Fri Sep 26 20:47:35 UTC 2014


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
 


More information about the svn-ports-head mailing list