diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2006-04-05 13:34:41 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2006-04-05 13:34:41 +0000 |
commit | 63f021492e186421158d7e2beecbd74e37699717 (patch) | |
tree | bf0a20c8e8619733e40d473689b93111aa82ddca /japanese | |
parent | 922591837b6014c4e7bd92d9e9007e928754c73e (diff) | |
download | ports-63f021492e186421158d7e2beecbd74e37699717.tar.gz ports-63f021492e186421158d7e2beecbd74e37699717.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/hns/Makefile | 12 | ||||
-rw-r--r-- | japanese/hns/distinfo | 5 |
2 files changed, 8 insertions, 9 deletions
diff --git a/japanese/hns/Makefile b/japanese/hns/Makefile index 0a066556e517..52a7e0d69dc3 100644 --- a/japanese/hns/Makefile +++ b/japanese/hns/Makefile @@ -6,10 +6,10 @@ # PORTNAME= hns -PORTVERSION= 2.10.3 +PORTVERSION= 2.19.8 CATEGORIES= japanese www perl5 -MASTER_SITES= http://downloads.sourceforge.jp/h14m/3249/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-pl${PORTVERSION:E} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= h14m/19205 MAINTAINER= hnsmaster@h14m.org COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange @@ -17,8 +17,6 @@ COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange USE_PERL5= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-pl${PORTVERSION:E} - do-install: @if [ -d ${DATADIR} ]; then ${RM} -rf ${DATADIR}; fi ${MKDIR} ${DATADIR} @@ -29,9 +27,9 @@ do-install: post-install: @cd ${WRKSRC} && ${FIND} . -type f -o -type l | \ - sed 's,^\.,share/${PORTNAME},' | ${SORT} >> ${TMPPLIST} + ${SED} 's,^\.,share/${PORTNAME},' | ${SORT} >> ${TMPPLIST} @cd ${WRKSRC} && ${FIND} . -type d | \ - sed 's,^\.,@dirrm share/${PORTNAME},' | ${SORT} -r \ + ${SED} 's,^\.,@dirrm share/${PORTNAME},' | ${SORT} -r \ >> ${TMPPLIST} @${CAT} ${PKGMESSAGE} diff --git a/japanese/hns/distinfo b/japanese/hns/distinfo index f6d8047aeb6e..7df29f57a1ce 100644 --- a/japanese/hns/distinfo +++ b/japanese/hns/distinfo @@ -1,3 +1,4 @@ -MD5 (hns-2.10-pl3.tar.gz) = 9428cbc3791fbd6530e28f43d31ffa99 -SHA256 (hns-2.10-pl3.tar.gz) = 5af05bcaaabc2b411d388b9619f7a7eb957f123b765ca11c811e15be05c1d9d8 +MD5 (hns-2.19.8.tar.gz) = 3abc82843cb90bfef2b6b98b726a73fd +SHA256 (hns-2.19.8.tar.gz) = 6314a8a47b362e4e278571b3a0abad16cbd33081427f2d93137676d1c4cde06e +SIZE (hns-2.19.8.tar.gz) = 747715 SIZE (hns-2.10-pl3.tar.gz) = 975507 |