- Update to 201208 snapshot
- while here use INSTALL_LIB for library installation PR: ports/165504 Submitted by: maintainer, ecrist@secure-computing.net
This commit is contained in:
parent
d8656d484b
commit
cda6516059
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292319
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openvpn
|
||||
DISTVERSION= 201204
|
||||
DISTVERSION= 201208
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ \
|
||||
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
|
||||
@ -86,8 +86,8 @@ post-build:
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/plugin/down-root/openvpn-down-root.so ${PREFIX}/lib/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/plugin/auth-pam/openvpn-auth-pam.so ${PREFIX}/lib/
|
||||
${INSTALL_LIB} ${WRKSRC}/plugin/down-root/openvpn-down-root.so ${PREFIX}/lib/
|
||||
${INSTALL_LIB} ${WRKSRC}/plugin/auth-pam/openvpn-auth-pam.so ${PREFIX}/lib/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/plugin/down-root/README ${DOCSDIR}/README.openvpn-down-root
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openvpn-201204.tar.gz) = a425f3662b68fe8e025809f9131bf174663b31264690a083891bf31ae2119331
|
||||
SIZE (openvpn-201204.tar.gz) = 1084384
|
||||
SHA256 (openvpn-201208.tar.gz) = b49e92d1b060a1e9fc740cfc34445057d9c4d841ccee80c627eeb9468d4cdd1a
|
||||
SIZE (openvpn-201208.tar.gz) = 1105648
|
||||
|
Loading…
Reference in New Issue
Block a user