summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2021-05-01 14:27:42 +0000
committerpho <pho@pkgsrc.org>2021-05-01 14:27:42 +0000
commit4797c971d78d52b427f290dfe7a55e6be31bf42e (patch)
tree382614418d21dff68fe10ddb15656f938d9dd6e2 /time
parentf7bd42e6e678b90288c414f0a684dd7e0dc14b8e (diff)
downloadpkgsrc-4797c971d78d52b427f290dfe7a55e6be31bf42e.tar.gz
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that
Diffstat (limited to 'time')
-rw-r--r--time/hs-time-compat/Makefile6
-rw-r--r--time/hs-time-compat/files/Setup.hs2
2 files changed, 1 insertions, 7 deletions
diff --git a/time/hs-time-compat/Makefile b/time/hs-time-compat/Makefile
index 9463bfe9274..b1c5d72b369 100644
--- a/time/hs-time-compat/Makefile
+++ b/time/hs-time-compat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/04/23 06:34:48 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/01 14:30:00 pho Exp $
DISTNAME= time-compat-1.9.5
CATEGORIES= time
@@ -7,10 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Compatibility package for time
LICENSE= modified-bsd
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../mk/haskell.mk"
.include "../../devel/hs-base-orphans/buildlink3.mk"
.include "../../devel/hs-fail/buildlink3.mk"
diff --git a/time/hs-time-compat/files/Setup.hs b/time/hs-time-compat/files/Setup.hs
deleted file mode 100644
index 9a994af677b..00000000000
--- a/time/hs-time-compat/files/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain