pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Radicale2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Jul 12 14:33:40 UTC 2017

Modified Files:
        pkgsrc/net/Radicale2: Makefile

Log Message:
Avoid PKG_FAIL


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/Radicale2/Makefile

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

Modified files:

Index: pkgsrc/net/Radicale2/Makefile
diff -u pkgsrc/net/Radicale2/Makefile:1.3 pkgsrc/net/Radicale2/Makefile:1.4
--- pkgsrc/net/Radicale2/Makefile:1.3   Thu Jul  6 05:25:15 2017
+++ pkgsrc/net/Radicale2/Makefile       Wed Jul 12 14:33:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/07/06 05:25:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/12 14:33:39 prlw1 Exp $
 
 DISTNAME=      Radicale-2.1.1
 PKGREVISION=   1
@@ -39,7 +39,8 @@ SUBST_FILES.server+=  config
 SUBST_STAGE.server=    pre-configure
 SUBST_MESSAGE.server=  Configure as a daemon by default.
 
-.include "options.mk"
+# no options currently available
+# .include "options.mk"
 
 # for md5 htpasswd_encryption method
 DEPENDS+=              ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib



Home | Main Index | Thread Index | Old Index