Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2011 19:07:51 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mandree@FreeBSD.org
Subject:   ports/159610: [PATCH] security/openvpn: Fix NOPORTDOCS
Message-ID:  <201108081907.p78J7peO029223@frieza.p6m7g8.net>
Resent-Message-ID: <201108081910.p78JAAoG027536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108081907.p78J7peO029223>