diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-01 21:00:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-01 21:00:52 +0000 |
commit | 5d05c57bd57554a5ce0ae95a40e75d1cf6103dc3 (patch) | |
tree | e5d4cd3ffcec2c5952c286aabb2440fe8e6df068 /security/libtasn1 | |
parent | 5692501ce37e66ff4e4c188a466f7062b0fb04ce (diff) | |
download | ports-5d05c57bd57554a5ce0ae95a40e75d1cf6103dc3.tar.gz ports-5d05c57bd57554a5ce0ae95a40e75d1cf6103dc3.zip |
Notes
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index b17d0b4dea45..bcec61cc3086 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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/TODO \ 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} |