pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hs-hslua-module-path



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

Modified Files:
        pkgsrc/sysutils/hs-hslua-module-path: Makefile
Removed Files:
        pkgsrc/sysutils/hs-hslua-module-path/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/sysutils/hs-hslua-module-path/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/hs-hslua-module-path/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/sysutils/hs-hslua-module-path/Makefile
diff -u pkgsrc/sysutils/hs-hslua-module-path/Makefile:1.1 pkgsrc/sysutils/hs-hslua-module-path/Makefile:1.2
--- pkgsrc/sysutils/hs-hslua-module-path/Makefile:1.1   Sun Apr 25 04:14:51 2021
+++ pkgsrc/sysutils/hs-hslua-module-path/Makefile       Sat May  1 14:15:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/25 04:14:51 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:15:52 pho Exp $
 
 DISTNAME=      hslua-module-path-0.1.0.1
 CATEGORIES=    sysutils
@@ -7,10 +7,6 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Lua module to work with file paths
 LICENSE=       mit
 
-# Setup.hs is missing from the package.
-post-patch:
-       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
 .include "../../lang/hs-hslua/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index