pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/xboard
Module Name: pkgsrc
Committed By: hauke
Date: Mon Jan 13 13:31:50 UTC 2020
Modified Files:
pkgsrc/games/xboard: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/games/xboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/xboard/Makefile
diff -u pkgsrc/games/xboard/Makefile:1.58 pkgsrc/games/xboard/Makefile:1.59
--- pkgsrc/games/xboard/Makefile:1.58 Sun Aug 11 13:21:04 2019
+++ pkgsrc/games/xboard/Makefile Mon Jan 13 13:31:50 2020
@@ -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 @@ LICENSE= gnu-gpl-v3
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