Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 21:00:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427521 - head/security/libtasn1
Message-ID:  <201612012100.uB1L0rBq022644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  1 21:00:52 2016
New Revision: 427521
URL: https://svnweb.freebsd.org/changeset/ports/427521

Log:
  - Add LICENSE
  - Convert to options target helper
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/libtasn1/Makefile

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Thu Dec  1 21:00:48 2016	(r427520)
+++ head/security/libtasn1/Makefile	Thu Dec  1 21:00:52 2016	(r427521)
@@ -9,6 +9,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	ASN.1 structure parser library
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
 USE_LDCONFIG=	yes
 USES=		cpe pkgconfig pathfix gmake libtool
 GNU_CONFIGURE=	yes
@@ -22,7 +25,7 @@ DOCS=		AUTHORS NEWS README THANKS doc/TO
 		doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
 INFO=		libtasn1
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 



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