diff options
Diffstat (limited to 'hebrew/hspell/Makefile')
-rw-r--r-- | hebrew/hspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index eb1868d46f50..3fa2e0a4ef6c 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -22,8 +22,10 @@ CFLAGS+= -fPIC MAN1= hspell.1 MAN3= hspell.3 +SUB_FILES= pkg-message +SUB_LIST= PORTSDIR=${PORTSDIR} post-install: - @${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |