diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-26 20:47:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-26 20:47:35 +0000 |
commit | 2ebcb95cdb9421983f6836b16846717e9b8eb09f (patch) | |
tree | 6fb75940c26ee222ab72fa008257dfe1d4b75f40 /security/racoon2 | |
parent | 81e21611a5830f8731b1947d04caed0df41d318e (diff) |
Notes
Diffstat (limited to 'security/racoon2')
-rw-r--r-- | security/racoon2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 683208e14163..1ba3a1ba215b 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -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 |