diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-07-17 22:14:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-07-17 22:14:22 +0000 |
commit | eaa2c31b71a43c1bc83737c9397f98c1878526c0 (patch) | |
tree | 09609de9a0ec8d67a8669e2b2a66728d99219d44 /dns/libidn/Makefile | |
parent | cce46ff75046213a1a25d7f1845d1069656cae3e (diff) | |
download | ports-eaa2c31b71a43c1bc83737c9397f98c1878526c0.tar.gz ports-eaa2c31b71a43c1bc83737c9397f98c1878526c0.zip |
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r-- | dns/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 5e72af3accb4..aaad63957f9b 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.5.17 +PORTVERSION= 0.5.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -44,7 +44,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in README FAQ +.for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif |