pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openvpn Do not unnecessarily create share/doc/open...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cea34ea4ca0
branches:  trunk
changeset: 550512:7cea34ea4ca0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 23 15:16:42 2008 +0000

description:
Do not unnecessarily create share/doc/openvpn, and remove it from PLIST.
It wasn't created when installing the binary package.

Bump PKGREVISION.

diffstat:

 net/openvpn/Makefile |  9 ++++-----
 net/openvpn/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r ca6d57a59b0a -r 7cea34ea4ca0 net/openvpn/Makefile
--- a/net/openvpn/Makefile      Sun Nov 23 14:59:39 2008 +0000
+++ b/net/openvpn/Makefile      Sun Nov 23 15:16:42 2008 +0000
@@ -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"
 
diff -r ca6d57a59b0a -r 7cea34ea4ca0 net/openvpn/PLIST
--- a/net/openvpn/PLIST Sun Nov 23 14:59:39 2008 +0000
+++ b/net/openvpn/PLIST Sun Nov 23 15:16:42 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index