pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-jira-wiki-markup



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

Modified Files:
        pkgsrc/textproc/hs-jira-wiki-markup: Makefile
Removed Files:
        pkgsrc/textproc/hs-jira-wiki-markup/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.3 -r1.4 pkgsrc/textproc/hs-jira-wiki-markup/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/hs-jira-wiki-markup/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-jira-wiki-markup/Makefile
diff -u pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.3 pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.4
--- pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.3    Sat Apr 24 15:40:07 2021
+++ pkgsrc/textproc/hs-jira-wiki-markup/Makefile        Sat May  1 14:16:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/04/24 15:40:07 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/01 14:16:28 pho Exp $
 
 DISTNAME=      jira-wiki-markup-1.3.4
 CATEGORIES=    textproc
@@ -7,8 +7,5 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Handle Jira wiki markup
 LICENSE=       mit
 
-post-patch:
-       ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index