summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2021-05-01 14:11:53 +0000
committerpho <pho@pkgsrc.org>2021-05-01 14:11:53 +0000
commitf4d711ab6599d3d5e424d059f295c01ea719de9a (patch)
treeaa57ea6fa638ab3585403de977922918f65ef8b3 /textproc
parentb70c85ab0b6866e2eccb346aa2bd28e9302a53a0 (diff)
downloadpkgsrc-f4d711ab6599d3d5e424d059f295c01ea719de9a.tar.gz
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-citeproc/Makefile6
-rw-r--r--textproc/hs-citeproc/files/Setup.hs2
-rw-r--r--textproc/hs-jira-wiki-markup/Makefile5
-rw-r--r--textproc/hs-jira-wiki-markup/files/Setup.hs2
-rw-r--r--textproc/hs-regex-tdfa/Makefile5
-rw-r--r--textproc/hs-regex-tdfa/files/Setup.hs2
6 files changed, 3 insertions, 19 deletions
diff --git a/textproc/hs-citeproc/Makefile b/textproc/hs-citeproc/Makefile
index a346771c5cf..bd8de1a74b8 100644
--- a/textproc/hs-citeproc/Makefile
+++ b/textproc/hs-citeproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/24 19:26:26 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:19:20 pho Exp $
DISTNAME= citeproc-0.3.0.9
CATEGORIES= textproc
@@ -9,10 +9,6 @@ LICENSE= 2-clause-bsd
CONFIGURE_ARGS+= -fexecutable
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../textproc/hs-attoparsec/buildlink3.mk"
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
diff --git a/textproc/hs-citeproc/files/Setup.hs b/textproc/hs-citeproc/files/Setup.hs
deleted file mode 100644
index 9a994af677b..00000000000
--- a/textproc/hs-citeproc/files/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/textproc/hs-jira-wiki-markup/Makefile b/textproc/hs-jira-wiki-markup/Makefile
index 1c14558286a..5111b48e187 100644
--- a/textproc/hs-jira-wiki-markup/Makefile
+++ b/textproc/hs-jira-wiki-markup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/04/24 15:40:07 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/01 14:16:28 pho Exp $
DISTNAME= jira-wiki-markup-1.3.4
CATEGORIES= textproc
@@ -7,8 +7,5 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Handle Jira wiki markup
LICENSE= mit
-post-patch:
- ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/hs-jira-wiki-markup/files/Setup.hs b/textproc/hs-jira-wiki-markup/files/Setup.hs
deleted file mode 100644
index 9a994af677b..00000000000
--- a/textproc/hs-jira-wiki-markup/files/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/textproc/hs-regex-tdfa/Makefile b/textproc/hs-regex-tdfa/Makefile
index 5667d350655..bf2139fab85 100644
--- a/textproc/hs-regex-tdfa/Makefile
+++ b/textproc/hs-regex-tdfa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 23:45:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:17:07 pho Exp $
DISTNAME= regex-tdfa-1.3.1.0
CATEGORIES= textproc
@@ -7,9 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
LICENSE= modified-bsd
-post-patch:
- ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
.include "../../mk/haskell.mk"
.include "../../textproc/hs-regex-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/hs-regex-tdfa/files/Setup.hs b/textproc/hs-regex-tdfa/files/Setup.hs
deleted file mode 100644
index 9a994af677b..00000000000
--- a/textproc/hs-regex-tdfa/files/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain