diff options
author | pho <pho@pkgsrc.org> | 2021-05-01 14:11:53 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2021-05-01 14:11:53 +0000 |
commit | f4d711ab6599d3d5e424d059f295c01ea719de9a (patch) | |
tree | aa57ea6fa638ab3585403de977922918f65ef8b3 /textproc/hs-regex-tdfa | |
parent | b70c85ab0b6866e2eccb346aa2bd28e9302a53a0 (diff) | |
download | pkgsrc-f4d711ab6599d3d5e424d059f295c01ea719de9a.tar.gz |
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that
Diffstat (limited to 'textproc/hs-regex-tdfa')
-rw-r--r-- | textproc/hs-regex-tdfa/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-regex-tdfa/files/Setup.hs | 2 |
2 files changed, 1 insertions, 6 deletions
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 |