diff options
-rw-r--r-- | lang/helium/Makefile | 1 | ||||
-rw-r--r-- | lang/helium/pkg-message | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index 619555c..6a46169 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> diff --git a/lang/helium/pkg-message b/lang/helium/pkg-message new file mode 100644 index 0000000..c9a1c1c --- /dev/null +++ b/lang/helium/pkg-message @@ -0,0 +1,4 @@ +***** +* Please set the environment variable +* LVMPATH to %%PREFIX%%/helium/lib +***** |