summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-23 15:16:42 +0000
committerwiz <wiz>2008-11-23 15:16:42 +0000
commitbb6559213e360f49d616c70a4b10f697f4311438 (patch)
treeb6e94a8d77092194de7afa736478311e2e90c519 /net
parent614197361f89dc24b73a6d7c35bcb01b261ff408 (diff)
downloadpkgsrc-bb6559213e360f49d616c70a4b10f697f4311438.tar.gz
Do not unnecessarily create share/doc/openvpn, and remove it from PLIST.
It wasn't created when installing the binary package. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/openvpn/Makefile9
-rw-r--r--net/openvpn/PLIST3
2 files changed, 5 insertions, 7 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index 0682f8aa800..361ec034f52 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -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 @@ TEST_TARGET= check
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+= --disable-dependency-tracking
#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 --git a/net/openvpn/PLIST b/net/openvpn/PLIST
index 76208237f72..e0f72827beb 100644
--- a/net/openvpn/PLIST
+++ b/net/openvpn/PLIST
@@ -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 @@ share/openvpn/easy-rsa/whichopensslcnf
@dirrm share/examples/openvpn/keys
@dirrm share/examples/openvpn/config
@dirrm share/examples/openvpn
-@dirrm share/doc/openvpn