aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-02 05:00:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-02 05:00:52 +0800
commit6cbcee157827a6c34ee2d057f50e53ca93663b59 (patch)
treee5d4cd3ffcec2c5952c286aabb2440fe8e6df068 /security
parentff20d1bfdea1c1b628e21bd49708c83fe78be12e (diff)
downloadfreebsd-ports-gnome-6cbcee157827a6c34ee2d057f50e53ca93663b59.tar.gz
freebsd-ports-gnome-6cbcee157827a6c34ee2d057f50e53ca93663b59.tar.zst
freebsd-ports-gnome-6cbcee157827a6c34ee2d057f50e53ca93663b59.zip
- Add LICENSE
- Convert to options target helper Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r--security/libtasn1/Makefile5
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}