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


(pho)
diff -r1.1 -r1.2 pkgsrc/sysutils/hs-hslua-module-path/Makefile
diff -r1.1 -r0 pkgsrc/sysutils/hs-hslua-module-path/files/Setup.hs

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/hs-hslua-module-path/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/hs-hslua-module-path/Makefile 2021/04/25 04:14:51 1.1
+++ pkgsrc/sysutils/hs-hslua-module-path/Makefile 2021/05/01 14:15:52 1.2
@@ -1,16 +1,12 @@ @@ -1,16 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2021/04/25 04:14:51 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/05/01 14:15:52 pho Exp $
2 2
3DISTNAME= hslua-module-path-0.1.0.1 3DISTNAME= hslua-module-path-0.1.0.1
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Lua module to work with file paths 7COMMENT= Lua module to work with file paths
8LICENSE= mit 8LICENSE= mit
9 9
10# Setup.hs is missing from the package. 
11post-patch: 
12 ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs 
13 
14.include "../../lang/hs-hslua/buildlink3.mk" 10.include "../../lang/hs-hslua/buildlink3.mk"
15.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
16.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

File Deleted: pkgsrc/sysutils/hs-hslua-module-path/files/Attic/Setup.hs