diff options
Diffstat (limited to 'japanese/hns/Makefile')
-rw-r--r-- | japanese/hns/Makefile | 12 |
1 files changed, 5 insertions, 7 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} |