summaryrefslogtreecommitdiff
path: root/japanese/libjconv/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-24 09:43:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-24 09:43:53 +0000
commit17a16f3c94c2018c1755563aaec370924ff271ac (patch)
tree2c8f41b4255a2b877430979b8ab80a1b1327729f /japanese/libjconv/Makefile
parentDrop my maintainership. (diff)
- Update to 2.9.
- Install a Japanese document. - Update MASTER_SITES and add WWW & Author to pkg-descr. Informed by: Akihiro IIJIMA <aki@bsdclub.org>
Notes
Notes: svn path=/head/; revision=63476
Diffstat (limited to 'japanese/libjconv/Makefile')
-rw-r--r--japanese/libjconv/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/libjconv/Makefile b/japanese/libjconv/Makefile
index 5868d235eab9..25cebd566aa8 100644
--- a/japanese/libjconv/Makefile
+++ b/japanese/libjconv/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= libjconv
-PORTVERSION= 2.8.1
+PORTVERSION= 2.9
CATEGORIES= japanese
-MASTER_SITES= http://www.kondara.org/libjconv/
+MASTER_SITES= http://ghost.math.sci.hokudai.ac.jp/misc/libjconv/
MAINTAINER= ports@FreeBSD.org
@@ -24,4 +24,8 @@ post-patch:
post-extract:
${CP} ${FILESDIR}/Makefile* ${WRKSRC}/
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/libjconv.html ${DOCSDIR}/
+
.include <bsd.port.mk>