pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/guacamole-server



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep 27 08:20:19 UTC 2021

Modified Files:
        pkgsrc/net/guacamole-server: Makefile

Log Message:
guacamole-server: Allow NOOP for PKG_SYSCONFBASE=/etc.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/guacamole-server/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/guacamole-server/Makefile
diff -u pkgsrc/net/guacamole-server/Makefile:1.35 pkgsrc/net/guacamole-server/Makefile:1.36
--- pkgsrc/net/guacamole-server/Makefile:1.35   Fri Jul 30 12:27:04 2021
+++ pkgsrc/net/guacamole-server/Makefile        Mon Sep 27 08:20:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/07/30 12:27:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2021/09/27 08:20:18 jperkin Exp $
 
 DISTNAME=      guacamole-server-1.0.0
 PKGREVISION=   14
@@ -37,6 +37,7 @@ SUBST_CLASSES+=               manpath
 SUBST_STAGE.manpath=   pre-configure
 SUBST_FILES.manpath=   src/guacd/man/guacd.conf.5
 SUBST_SED.manpath=     -e 's,/etc/guacamole,${PKG_SYSCONFDIR},g'
+SUBST_NOOP_OK.manpath= yes # PKG_SYSCONFBASE=/etc
 
 REPLACE_PERL+=         src/protocols/rdp/keymaps/generate.pl
 



Home | Main Index | Thread Index | Old Index