diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-30 11:42:59 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-30 11:42:59 +0000 |
commit | 199eacbbd9e06434e20f71b7abc99d2cc5d985e2 (patch) | |
tree | 693726dc39f540eed9683f7269f6eb73496c2ca3 /lang | |
parent | 54fc94c029e3b1b11c32cb19b33641b74edd51ef (diff) | |
download | ports-199eacbbd9e06434e20f71b7abc99d2cc5d985e2.tar.gz ports-199eacbbd9e06434e20f71b7abc99d2cc5d985e2.zip |
* Install the helium-interpreter as helium-i, since otherwise it conflicts with
hi from lang/nhc98 or devel/hs-hmake.
* Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=74273
Diffstat (limited to 'lang')
-rw-r--r-- | lang/helium/Makefile | 6 | ||||
-rw-r--r-- | lang/helium/pkg-plist | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index 6a4616919504..1ea173d5d47d 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -7,6 +7,7 @@ PORTNAME= helium PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/~afie/helium/ DISTNAME= ${PORTNAME} @@ -18,8 +19,13 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_REINPLACE= yes USE_GMAKE= yes +post-patch: + ${REINPLACE_CMD} -e 's/hi$$(EXE)/helium-i/g' \ + ${WRKSRC}/heliumNT/src/Makefile.in + do-configure: @(cd ${WRKSRC}/lvm/src/ && ./configure) @(cd ${WRKSRC}/heliumNT/ && ./configure) diff --git a/lang/helium/pkg-plist b/lang/helium/pkg-plist index b2f1bacdc9bb..0315a381be43 100644 --- a/lang/helium/pkg-plist +++ b/lang/helium/pkg-plist @@ -1,4 +1,5 @@ bin/helium +bin/helium-i bin/lvmrun helium/demo/Calendar.hs helium/demo/ParserDemo.hs |