aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hmake/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-05-04 11:24:38 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-05-04 11:24:38 +0000
commit841447016d24dedae35afe843644ed91b462a715 (patch)
tree51c0132fecfea453186835707514ede59eeb6a2c /devel/hs-hmake/Makefile
parentfc68f5345b0078142296e453e309972a453d281d (diff)
downloadports-841447016d24dedae35afe843644ed91b462a715.tar.gz
ports-841447016d24dedae35afe843644ed91b462a715.zip
Update to 3.11
Notes
Notes: svn path=/head/; revision=161331
Diffstat (limited to 'devel/hs-hmake/Makefile')
-rw-r--r--devel/hs-hmake/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile
index 49770d6c8ad4..e8fa27957fdb 100644
--- a/devel/hs-hmake/Makefile
+++ b/devel/hs-hmake/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= hmake
-PORTVERSION= 3.10
-PORTREVISION= 2
+PORTVERSION= 3.11
CATEGORIES= devel haskell
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
@@ -17,8 +16,6 @@ PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
COMMENT= Intelligent compilation management tool for Haskell programs
-.include <bsd.port.pre.mk>
-
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.if exists(${LOCALBASE}/lib/libreadline.so)
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
@@ -33,8 +30,11 @@ do-install:
# cheat a bit, otherwise LIBDIR gets clobbered
(cd ${WRKSRC} && ./configure --install)
+post-install:
+ @${STRIP_CMD} ${PREFIX}/bin/runhs
+
MAN1= hmake.1
CONFLICTS= nhc98-[0-9]*
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>