mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
security/openvpn: do not package .orig leftovers from patch
Bump PORTREVISION as we change the pkg-plist. (Includes -mbedtls port variant.) PR: 255946 Based on a patch by and Reported by: Mikael Urankar (mikael@)
This commit is contained in:
parent
8636de5bcb
commit
4210127137
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= openvpn
|
||||
DISTVERSION= 2.5.2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= security net net-vpn
|
||||
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
|
||||
https://build.openvpn.net/downloads/releases/ \
|
||||
@ -145,5 +145,6 @@ post-install-DOCS-on:
|
||||
post-install-EXAMPLES-on:
|
||||
(cd ${WRKSRC}/sample && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/)
|
||||
${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/sample-scripts/*
|
||||
${RM} ${STAGEDIR}${EXAMPLESDIR}/sample-config-files/*.orig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user