o Fix PREFIX within https@, sslcat and sslconnect
o Bump PORTREVISION Approved by: maintainer
This commit is contained in:
parent
53590491a0
commit
aecc4a7b70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140120
1 changed files with 11 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ucspi-ssl
|
||||
PORTVERSION= 0.68
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.superscript.com/ucspi-ssl/
|
||||
|
||||
|
@ -23,6 +24,15 @@ DOCS= CHANGES TODO UCSPI-SSL
|
|||
|
||||
WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME}
|
||||
|
||||
SCRIPTS_TO_INSTALL= https@ sslcat sslconnect
|
||||
|
||||
post-patch:
|
||||
.for x in ${SCRIPTS_TO_INSTALL}
|
||||
@${PERL} -pi.orig \
|
||||
-e 's|HOME/command/|${PREFIX}/bin/|' \
|
||||
${WRKSRC}/src/${x}.sh
|
||||
.endfor
|
||||
|
||||
do-configure:
|
||||
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
|
||||
${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/src/conf-home
|
||||
|
@ -39,7 +49,7 @@ do-build:
|
|||
cd ${WRKSRC} && package/compile
|
||||
|
||||
do-install:
|
||||
.for x in https@ sslcat sslconnect
|
||||
.for x in ${SCRIPTS_TO_INSTALL}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${PREFIX}/bin
|
||||
.endfor
|
||||
.for x in sslclient sslserver sslperl
|
||||
|
|
Loading…
Reference in a new issue