summaryrefslogtreecommitdiff
path: root/japanese/hns/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
commite99ceadaf6c77b80c19e16d91306e944305b1c88 (patch)
treee8a8f4dac51e148717ae07e2de0c635ec5d58833 /japanese/hns/Makefile
parentUpdate to 1.0.47. (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93890
Diffstat (limited to 'japanese/hns/Makefile')
-rw-r--r--japanese/hns/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/hns/Makefile b/japanese/hns/Makefile
index 3ed38c5eec32..03c623df763b 100644
--- a/japanese/hns/Makefile
+++ b/japanese/hns/Makefile
@@ -28,8 +28,10 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/todayhns/todayhns ${PREFIX}/bin/todayhns
post-install:
- @cd ${WRKSRC} && find . -type f -o -type l | sed 's,^\.,share/${PORTNAME},' | sort >> ${TMPPLIST}
- @cd ${WRKSRC} && find . -type d | sed 's,^\.,@dirrm share/${PORTNAME},' | sort -r >> ${TMPPLIST}
+ @cd ${WRKSRC} && ${FIND} . -type f -o -type l | \
+ sed 's,^\.,share/${PORTNAME},' | sort >> ${TMPPLIST}
+ @cd ${WRKSRC} && ${FIND} . -type d | \
+ sed 's,^\.,@dirrm share/${PORTNAME},' | sort -r >> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>