svn commit: r338051 - head/net/liboauth

Johan van Selst johans at FreeBSD.org
Sun Dec 29 22:08:49 UTC 2013


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


More information about the svn-ports-head mailing list