summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parentf7bd42e6e678b90288c414f0a684dd7e0dc14b8e (diff)
downloadpkgsrc-4797c971d78d52b427f290dfe7a55e6be31bf42e.tar.gz
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-commonmark-extensions/Makefile6
-rw-r--r--textproc/hs-commonmark-extensions/files/Setup.hs2
2 files changed, 1 insertions, 7 deletions
diff --git a/textproc/hs-commonmark-extensions/Makefile b/textproc/hs-commonmark-extensions/Makefile
index 41e28773467..0dfd4608c4d 100644
--- a/textproc/hs-commonmark-extensions/Makefile
+++ b/textproc/hs-commonmark-extensions/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/25 04:01:55 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:27:42 pho Exp $
DISTNAME= commonmark-extensions-0.2.0.4
CATEGORIES= textproc
@@ -7,10 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Pure Haskell commonmark parser - extensions
LICENSE= modified-bsd
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../textproc/hs-commonmark/buildlink3.mk"
.include "../../converters/hs-emojis/buildlink3.mk"
.include "../../mk/haskell.mk"
diff --git a/textproc/hs-commonmark-extensions/files/Setup.hs b/textproc/hs-commonmark-extensions/files/Setup.hs
deleted file mode 100644
index 9a994af677b..00000000000
--- a/textproc/hs-commonmark-extensions/files/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain