diff options
Diffstat (limited to 'japanese/hns/Makefile')
-rw-r--r-- | japanese/hns/Makefile | 6 |
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> |