ports/159610: [PATCH] security/openvpn: Fix NOPORTDOCS
Philip M. Gollucci
pgollucci at p6m7g8.com
Mon Aug 8 19:10:10 UTC 2011
>Number: 159610
>Category: ports
>Synopsis: [PATCH] security/openvpn: Fix NOPORTDOCS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 08 19:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
Port maintainer (mandree at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- openvpn-2.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openvpn/Makefile,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile
--- Makefile 7 Jul 2011 00:16:57 -0000 1.53
+++ Makefile 8 Aug 2011 19:01:01 -0000
@@ -109,7 +109,7 @@
${FIND} ${WRKSRC}/${dir}/ -maxdepth 1 -type f -exec ${INSTALL_SCRIPT} \{\} ${DOCSDIR}/${dir} \;
.endfor
.else
- -@${RMDIR} ${DOCSDIR}
+ @${RM} -rf ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
--- openvpn-2.2.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list