diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-23 02:22:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-23 02:22:19 +0000 |
commit | 92fbc75c13dd7bcfe72410a33275f3398a818a6a (patch) | |
tree | 763d9149160bb2bd189a8c2d8f4adda8c7e58ebf /security/tinyca | |
parent | b461de35352a37910be96fe267e2b78aa7dd69c6 (diff) | |
download | ports-92fbc75c13dd7bcfe72410a33275f3398a818a6a.tar.gz ports-92fbc75c13dd7bcfe72410a33275f3398a818a6a.zip |
Notes
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index f0f30b7bb518..286fbcd526f1 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -33,7 +33,7 @@ do-install: ${INSTALL_DATA} ${LIB2_FILES:S|^|${WRKSRC}/lib/GUI/|} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/GUI ${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${STAGEDIR}${PREFIX}/etc/tinyca.cnf.sample @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \ - -e "s:%%SITE_PERL%%:${SITE_PERL}:g" \ + -e "s:%%SITE_PERL%%:${PREFIX}/${SITE_PERL_REL}:g" \ -e "s:%%OPENSSLBASE%%:${OPENSSLBASE}:g" \ ${WRKSRC}/tinyca2 >${WRKSRC}/tinyca.new ${INSTALL_SCRIPT} ${WRKSRC}/tinyca.new ${STAGEDIR}${PREFIX}/bin/tinyca |