Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 22:08:49 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338051 - head/net/liboauth
Message-ID:  <201312292208.rBTM8nQa039628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Dec 29 22:08:48 2013
New Revision: 338051
URL: http://svnweb.freebsd.org/changeset/ports/338051

Log:
  Enable stage support

Modified:
  head/net/liboauth/Makefile
  head/net/liboauth/pkg-plist

Modified: head/net/liboauth/Makefile
==============================================================================
--- head/net/liboauth/Makefile	Sun Dec 29 22:06:33 2013	(r338050)
+++ head/net/liboauth/Makefile	Sun Dec 29 22:08:48 2013	(r338051)
@@ -18,9 +18,6 @@ USE_OPENSSL=	yes
 USES=		pkgconfig
 USE_LDCONFIG=	yes
 
-MAN3=		oauth.3
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
 

Modified: head/net/liboauth/pkg-plist
==============================================================================
--- head/net/liboauth/pkg-plist	Sun Dec 29 22:06:33 2013	(r338050)
+++ head/net/liboauth/pkg-plist	Sun Dec 29 22:08:48 2013	(r338051)
@@ -4,3 +4,4 @@ lib/liboauth.so
 lib/liboauth.la
 lib/liboauth.a
 libdata/pkgconfig/oauth.pc
+man/man3/oauth.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312292208.rBTM8nQa039628>