pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-commonmark-extensions
Module Name: pkgsrc
Committed By: pho
Date: Sat May 1 14:27:42 UTC 2021
Modified Files:
pkgsrc/textproc/hs-commonmark-extensions: Makefile
Removed Files:
pkgsrc/textproc/hs-commonmark-extensions/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/textproc/hs-commonmark-extensions/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/textproc/hs-commonmark-extensions/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/textproc/hs-commonmark-extensions/Makefile
diff -u pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.1 pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.2
--- pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.1 Sun Apr 25 04:01:55 2021
+++ pkgsrc/textproc/hs-commonmark-extensions/Makefile Sat May 1 14:27:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/25 04:01:55 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:27:42 pho Exp $
DISTNAME= commonmark-extensions-0.2.0.4
CATEGORIES= textproc
@@ -7,10 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Pure Haskell commonmark parser - extensions
LICENSE= modified-bsd
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../textproc/hs-commonmark/buildlink3.mk"
.include "../../converters/hs-emojis/buildlink3.mk"
.include "../../mk/haskell.mk"
Home |
Main Index |
Thread Index |
Old Index