Sun Nov 23 15:16:42 2008 UTC ()
Do not unnecessarily create share/doc/openvpn, and remove it from PLIST.
It wasn't created when installing the binary package.

Bump PKGREVISION.


(wiz)
diff -r1.26 -r1.27 pkgsrc/net/openvpn/Makefile
diff -r1.6 -r1.7 pkgsrc/net/openvpn/PLIST

cvs diff -r1.26 -r1.27 pkgsrc/net/openvpn/Makefile (expand / switch to context diff)
--- pkgsrc/net/openvpn/Makefile 2008/10/09 10:57:23 1.26
+++ pkgsrc/net/openvpn/Makefile 2008/11/23 15:16:42 1.27
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2008/10/09 10:57:23 sborrill Exp $
+# $NetBSD: Makefile,v 1.27 2008/11/23 15:16:42 wiz Exp $
 #
 
 DISTNAME=	openvpn-2.1_rc13
-PKGNAME=	openvpn-2.1rc13
+PKGNAME=	${DISTNAME:S/_//}
+PKGREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://openvpn.net/release/ \
 		http://openvpn.net/release/old/
@@ -22,7 +23,6 @@
 
 PKG_SYSCONFSUBDIR=	openvpn
 DATADIR=		${PREFIX}/share/${PKGBASE}
-DOCDIR=			${PREFIX}/share/doc/${PKGBASE}
 EGDIR=			${PREFIX}/share/examples/${PKGBASE}
 EASYRSADIR=		${DATADIR}/easy-rsa
 RCD_SCRIPTS=		openvpn
@@ -37,8 +37,7 @@
 #CONFIGURE_ARGS+=	--enable-pthread
 
 INSTALLATION_DIRS=	${DATADIR}/easy-rsa	${EGDIR}/config		\
-			${DOCDIR}		${EGDIR}/keys		\
-						${EGDIR}/scripts
+			${EGDIR}/keys		${EGDIR}/scripts
 
 .include "../../mk/bsd.prefs.mk"
 

cvs diff -r1.6 -r1.7 pkgsrc/net/openvpn/PLIST (expand / switch to context diff)
--- pkgsrc/net/openvpn/PLIST 2008/10/09 10:57:23 1.6
+++ pkgsrc/net/openvpn/PLIST 2008/11/23 15:16:42 1.7
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2008/10/09 10:57:23 sborrill Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/11/23 15:16:42 wiz Exp $
 man/man8/openvpn.8
 sbin/openvpn
 share/examples/openvpn/config/README
@@ -61,4 +61,3 @@
 @dirrm share/examples/openvpn/keys
 @dirrm share/examples/openvpn/config
 @dirrm share/examples/openvpn
-@dirrm share/doc/openvpn