summaryrefslogtreecommitdiffstats
path: root/devel/hs-hmake
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-03-07 11:16:20 +0000
committerobraun <obraun@FreeBSD.org>2004-03-07 11:16:20 +0000
commitcd4afdce4ae161e2cf881a80a7cbfd3f80a8bb03 (patch)
tree62a51259ea49dcb15d00ac98fd133c46be83836a /devel/hs-hmake
parentad4f63b20068f55d46de82a927e9fb6e1c073aa5 (diff)
downloadFreeBSD-ports-cd4afdce4ae161e2cf881a80a7cbfd3f80a8bb03.zip
FreeBSD-ports-cd4afdce4ae161e2cf881a80a7cbfd3f80a8bb03.tar.gz
* Set maintainer to haskell@.
* Use CONFLICTS instead of local hack. * Put SIZE into distinfo.
Diffstat (limited to 'devel/hs-hmake')
-rw-r--r--devel/hs-hmake/Makefile19
-rw-r--r--devel/hs-hmake/distinfo1
2 files changed, 5 insertions, 15 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile
index 80d5674..fc415be 100644
--- a/devel/hs-hmake/Makefile
+++ b/devel/hs-hmake/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.haskell.org/hmake/ \
http://www.cs.york.ac.uk/fp/hmake/
PKGNAMEPREFIX= hs-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Intelligent compilation management tool for Haskell programs
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
@@ -23,23 +23,12 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_GMAKE= YES
-.include <bsd.port.pre.mk>
-
do-install:
-.if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE)
- @${ECHO} ""
- @${ECHO} "It seems that there is already a version of hmake installed on"
- @${ECHO} "this system. Please deinstall it, or define OVERRIDE_HMAKE to"
- @${ECHO} "override the installed version."
- @${ECHO} ""
- @${ECHO} "NOTE: hmake is part of nhc98"
- @${ECHO} ""
- @${FALSE}
-.else
# cheat a bit, otherwise LIBDIR gets clobbered
(cd ${WRKSRC} && ./configure --install)
-.endif
MAN1= hmake.1
-.include <bsd.port.post.mk>
+CONFLICTS= nhc98-*
+
+.include <bsd.port.mk>
diff --git a/devel/hs-hmake/distinfo b/devel/hs-hmake/distinfo
index bb5b62d..bf0b35b 100644
--- a/devel/hs-hmake/distinfo
+++ b/devel/hs-hmake/distinfo
@@ -1 +1,2 @@
MD5 (hmake-3.08.tar.gz) = c01c9137185a89e29bec389718696a66
+SIZE (hmake-3.08.tar.gz) = 74439
OpenPOWER on IntegriCloud