summaryrefslogtreecommitdiff
path: root/lang/helium
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-28 12:21:06 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-28 12:21:06 +0000
commit13e644cdcb5213e14f328d6c025278667eb808eb (patch)
tree0184c99500c54656382d98aec88209ca143dc23a /lang/helium
parent- Update enca to 0.10.7 (diff)
Add pkg-message to inform the user about LVMPATH.
Diffstat (limited to 'lang/helium')
-rw-r--r--lang/helium/Makefile1
-rw-r--r--lang/helium/pkg-message4
2 files changed, 5 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>
diff --git a/lang/helium/pkg-message b/lang/helium/pkg-message
new file mode 100644
index 000000000000..c9a1c1cf4069
--- /dev/null
+++ b/lang/helium/pkg-message
@@ -0,0 +1,4 @@
+*****
+* Please set the environment variable
+* LVMPATH to %%PREFIX%%/helium/lib
+*****