aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-02 02:42:25 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-02 02:42:25 +0800
commit4b4c8975e8b4873932a268949033d710e948f086 (patch)
tree2cff5b4c362b0b8a8eeb8fc2d1c3190406ff96b6
parentfb61d858dfe40bb304d20fb47df0324b2b371e98 (diff)
downloadfreebsd-ports-gnome-4b4c8975e8b4873932a268949033d710e948f086.tar.gz
freebsd-ports-gnome-4b4c8975e8b4873932a268949033d710e948f086.tar.zst
freebsd-ports-gnome-4b4c8975e8b4873932a268949033d710e948f086.zip
Finish stage support
Reported by: poudriere With hat: portmgr
-rw-r--r--security/openconnect/Makefile7
-rw-r--r--security/openconnect/pkg-plist1
2 files changed, 3 insertions, 5 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 24520ec473d8..953723d8d3ac 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openconnect
PORTVERSION= 5.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \
http://mirrors.rit.edu/zi/
@@ -22,16 +22,13 @@ CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
--without-openssl-version-check
USE_AUTOTOOLS= aclocal autoconf automake libtool
-USES= pathfix pkgconfig
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
USE_OPENSSL= yes
ACLOCAL_ARGS= -I .
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
PORTDOCS= *
-MAN8= openconnect.8
-
OPTIONS_DEFINE= PROXY GNUTLS
PROXY_DESC= Enable automatic proxy configuratio via libproxy
diff --git a/security/openconnect/pkg-plist b/security/openconnect/pkg-plist
index afc96235fa78..257528faa0fa 100644
--- a/security/openconnect/pkg-plist
+++ b/security/openconnect/pkg-plist
@@ -5,3 +5,4 @@ lib/libopenconnect.la
lib/libopenconnect.so
lib/libopenconnect.so.2
libdata/pkgconfig/openconnect.pc
+man/man8/openconnect.8.gz