pkgsrc-WIP-changes archive

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

openconnect: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Jun 2 20:58:45 2020 -0500
Changeset:	19190c6a0b0d3a9a801a2e03c4254d3295c40d1c

Modified Files:
	openconnect/Makefile
Removed Files:
	openconnect/MESSAGE

Log Message:
openconnect: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=19190c6a0b0d3a9a801a2e03c4254d3295c40d1c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openconnect/MESSAGE  | 9 ---------
 openconnect/Makefile | 4 +++-
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs:
diff --git a/openconnect/MESSAGE b/openconnect/MESSAGE
deleted file mode 100644
index cc0ddef32b..0000000000
--- a/openconnect/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2015/03/02 15:27:58 wiz Exp $
-
-The ${PKG_SYSCONFDIR}/vpnc-config script included in the vpnc-script
-package is needed to set up DNS and routing.
-
-More information can be found in the man page.
-
-===========================================================================
diff --git a/openconnect/Makefile b/openconnect/Makefile
index 625db921bf..2482148b81 100644
--- a/openconnect/Makefile
+++ b/openconnect/Makefile
@@ -22,7 +22,9 @@ CONFIGURE_ARGS+=	--disable-nls
 REPLACE_PYTHON=		trojans/*.py
 REPLACE_BASH=		trojans/*.sh
 
-INSTALLATION_DIRS=	sbin include lib ${PKGMANDIR}/man8
+# Why is this here?
+# I think this is not necessary when upstream build has an install target
+# INSTALLATION_DIRS=	sbin include lib ${PKGMANDIR}/man8
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index