From ec7b561464bf844cc65b843d4f531945aa1d09fc Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 10 Jul 2001 13:54:22 +0000 Subject: ${PREFIX}/share/${PORTNAME} --> ${DATADIR} --- japanese/hns/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'japanese/hns') diff --git a/japanese/hns/Makefile b/japanese/hns/Makefile index 02750fba2132..134ada314126 100644 --- a/japanese/hns/Makefile +++ b/japanese/hns/Makefile @@ -19,10 +19,10 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-pl${PORTVERSION:E} do-install: - @if [ -d ${PREFIX}/share/${PORTNAME} ]; then ${RM} -rf ${PREFIX}/share/${PORTNAME}; fi - ${MKDIR} ${PREFIX}/share/${PORTNAME} - ${CP} -pR ${WRKSRC}/ ${PREFIX}/share/${PORTNAME} - ${CHOWN} -R 0:0 ${PREFIX}/share/${PORTNAME} + @if [ -d ${DATADIR} ]; then ${RM} -rf ${DATADIR}; fi + ${MKDIR} ${DATADIR} + ${CP} -pR ${WRKSRC}/ ${DATADIR} + ${CHOWN} -R 0:0 ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/hns-setup ${PREFIX}/bin/hns-setup ${INSTALL_SCRIPT} ${WRKSRC}/contrib/todayhns/todayhns ${PREFIX}/bin/todayhns -- cgit v1.2.3