diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-28 12:21:06 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-28 12:21:06 +0000 |
commit | 13e644cdcb5213e14f328d6c025278667eb808eb (patch) | |
tree | 0184c99500c54656382d98aec88209ca143dc23a /lang/helium/Makefile | |
parent | dbd1eafe0a0f8dce865be7ac16493519a3261640 (diff) |
Notes
Diffstat (limited to 'lang/helium/Makefile')
-rw-r--r-- | lang/helium/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index 619555c9a97e..6a4616919504 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -30,5 +30,6 @@ do-build: do-install: @(cd ${WRKSRC}/heliumNT/src && ${GMAKE} install) + @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' .include <bsd.port.mk> |