aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-04 18:39:09 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-04 18:39:09 +0000
commite8cd55cc7d4d597772395188a1bdf5f4cf00d93c (patch)
treebd0a795fe4755b1baebc7f362da20b689d535677 /devel/hs-hat
parenta8b9ee2372cdb4479b7b219b505278450ea62768 (diff)
downloadports-e8cd55cc7d4d597772395188a1bdf5f4cf00d93c.tar.gz
ports-e8cd55cc7d4d597772395188a1bdf5f4cf00d93c.zip
Add prefix `hs-' for Haskell related ports after repo copy.
Remove Haskell ports without prefix.
Notes
Notes: svn path=/head/; revision=65610
Diffstat (limited to 'devel/hs-hat')
-rw-r--r--devel/hs-hat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile
index 204daf5bb5b5..579e0975d71e 100644
--- a/devel/hs-hat/Makefile
+++ b/devel/hs-hat/Makefile
@@ -9,6 +9,7 @@ PORTNAME= hat
PORTVERSION= 2.00
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/
+PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
@@ -25,7 +26,7 @@ BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
.else
WITH_GHC= yes
-BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hmake
+BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hs-hmake
.endif
.if defined(WITH_GHC)
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc