pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-these



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  1 14:14:20 UTC 2021

Modified Files:
        pkgsrc/devel/hs-these: Makefile
Removed Files:
        pkgsrc/devel/hs-these/files: Setup.hs

Log Message:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-these/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-these/files/Setup.hs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-these/Makefile
diff -u pkgsrc/devel/hs-these/Makefile:1.1 pkgsrc/devel/hs-these/Makefile:1.2
--- pkgsrc/devel/hs-these/Makefile:1.1  Fri Apr 23 08:18:25 2021
+++ pkgsrc/devel/hs-these/Makefile      Sat May  1 14:14:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/23 08:18:25 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:14:20 pho Exp $
 
 DISTNAME=      these-1.1.1.1
 CATEGORIES=    devel
@@ -7,10 +7,6 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Either-or-both data type
 LICENSE=       modified-bsd
 
-# Setup.hs is missing from the package.
-post-patch:
-       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-assoc/buildlink3.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"



Home | Main Index | Thread Index | Old Index