svn commit: r423386 - head/security/obfsclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 5 20:17:06 UTC 2016


Author: amdmi3
Date: Wed Oct  5 20:17:05 2016
New Revision: 423386
URL: https://svnweb.freebsd.org/changeset/ports/423386

Log:
  - Bring back license installation
  - Add missing USES=ssl
  
  PR:		212659
  Submitted by:	fk at fabiankeil.de (maintainer)

Modified:
  head/security/obfsclient/Makefile

Modified: head/security/obfsclient/Makefile
==============================================================================
--- head/security/obfsclient/Makefile	Wed Oct  5 20:13:40 2016	(r423385)
+++ head/security/obfsclient/Makefile	Wed Oct  5 20:17:05 2016	(r423386)
@@ -21,9 +21,15 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Yawning
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c++11-lib localbase pkgconfig
+USES=		autoreconf compiler:c++11-lib localbase pkgconfig ssl
 TEST_TARGET=	check
 
 PLIST_FILES=	bin/${PORTNAME}
 
+PORTDOCS=	COPYING
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list