Sat May 1 14:17:07 2021 UTC ()
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that


(pho)
diff -r1.1 -r1.2 pkgsrc/textproc/hs-regex-tdfa/Makefile
diff -r1.1 -r0 pkgsrc/textproc/hs-regex-tdfa/files/Setup.hs

cvs diff -r1.1 -r1.2 pkgsrc/textproc/hs-regex-tdfa/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-regex-tdfa/Makefile 2020/01/19 23:45:50 1.1
+++ pkgsrc/textproc/hs-regex-tdfa/Makefile 2021/05/01 14:17:07 1.2
@@ -1,15 +1,12 @@ @@ -1,15 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/19 23:45:50 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/05/01 14:17:07 pho Exp $
2 2
3DISTNAME= regex-tdfa-1.3.1.0 3DISTNAME= regex-tdfa-1.3.1.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base) 7COMMENT= Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10post-patch: 
11 ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/ 
12 
13.include "../../mk/haskell.mk" 10.include "../../mk/haskell.mk"
14.include "../../textproc/hs-regex-base/buildlink3.mk" 11.include "../../textproc/hs-regex-base/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

File Deleted: pkgsrc/textproc/hs-regex-tdfa/files/Attic/Setup.hs