aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtasn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r--security/libtasn1/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 31aa70fe3ceb..a1b6501d7f57 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libtasn1
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
@@ -33,9 +33,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>