aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/hns
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-10 21:54:22 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-10 21:54:22 +0800
commit1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a (patch)
treecfd6e21c18881279da5bd12975849568e01c0dcb /japanese/hns
parent04e349593148d329874b32ea7bec7c84827ee18a (diff)
downloadfreebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.gz
freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.zst
freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.zip
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Diffstat (limited to 'japanese/hns')
-rw-r--r--japanese/hns/Makefile8
1 files changed, 4 insertions, 4 deletions
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