svn commit: r427521 - head/security/libtasn1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 1 21:00:54 UTC 2016
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 at 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}
More information about the svn-ports-all
mailing list