Index: head/security/libtasn1/Makefile =================================================================== --- head/security/libtasn1/Makefile (revision 427520) +++ head/security/libtasn1/Makefile (revision 427521) @@ -1,29 +1,32 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= libtasn1 PORTVERSION= 4.9 CATEGORIES= security 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 CONFIGURE_ARGS+= --disable-gcc-warnings INSTALL_TARGET= install-strip CPE_VENDOR= gnu OPTIONS_DEFINE= DOCS 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} .include