pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xboard Yes, we use the pkgsrc framework to insta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bbe72eb54c9
branches: trunk
changeset: 408078:6bbe72eb54c9
user: hauke <hauke%pkgsrc.org@localhost>
date: Mon Jan 13 13:31:50 2020 +0000
description:
Yes, we use the pkgsrc framework to install the config file.
But unless we tell the configure script where PKG_SYSCONFDIR actually
is, the user experience will suffer severely for some of us.
diffstat:
games/xboard/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 4ccd75f09b62 -r 6bbe72eb54c9 games/xboard/Makefile
--- a/games/xboard/Makefile Mon Jan 13 11:49:36 2020 +0000
+++ b/games/xboard/Makefile Mon Jan 13 13:31:50 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2019/08/11 13:21:04 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/01/13 13:31:50 hauke Exp $
DISTNAME= xboard-4.8.0
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
@@ -12,6 +12,7 @@
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= PERLPATH=${PERL5}
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run makeinfo pkg-config
Home |
Main Index |
Thread Index |
Old Index