pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-emojis



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

Modified Files:
        pkgsrc/converters/hs-emojis: Makefile
Removed Files:
        pkgsrc/converters/hs-emojis/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/converters/hs-emojis/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/converters/hs-emojis/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/converters/hs-emojis/Makefile
diff -u pkgsrc/converters/hs-emojis/Makefile:1.1 pkgsrc/converters/hs-emojis/Makefile:1.2
--- pkgsrc/converters/hs-emojis/Makefile:1.1    Wed Jan 15 11:53:16 2020
+++ pkgsrc/converters/hs-emojis/Makefile        Sat May  1 14:11:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 11:53:16 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:11:53 pho Exp $
 
 DISTNAME=      emojis-0.1
 CATEGORIES=    converters
@@ -7,8 +7,5 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Conversion between emoji characters and their names
 LICENSE=       modified-bsd
 
-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