pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-wai-websockets



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Feb  9 14:34:55 UTC 2023

Modified Files:
        pkgsrc/www/hs-wai-websockets: Makefile

Log Message:
www/hs-wai-websockets: Do not build an example executable


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-wai-websockets/Makefile

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

Modified files:

Index: pkgsrc/www/hs-wai-websockets/Makefile
diff -u pkgsrc/www/hs-wai-websockets/Makefile:1.4 pkgsrc/www/hs-wai-websockets/Makefile:1.5
--- pkgsrc/www/hs-wai-websockets/Makefile:1.4   Tue Feb  7 01:41:19 2023
+++ pkgsrc/www/hs-wai-websockets/Makefile       Thu Feb  9 14:34:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/02/07 01:41:19 pho Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/09 14:34:55 pho Exp $
 
 DISTNAME=      wai-websockets-3.0.1.2
 PKGREVISION=   3
@@ -8,6 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Provide a bridge between WAI and the websockets package
 LICENSE=       mit
 
+CONFIGURE_ARGS+=       -f-example
+
 .include "../../textproc/hs-case-insensitive/buildlink3.mk"
 .include "../../www/hs-http-types/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"



Home | Main Index | Thread Index | Old Index