pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Add --sysconfdir=${PKG_SYSCONFDIR} to CONFI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b22305e970ee
branches:  trunk
changeset: 568919:b22305e970ee
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Dec 26 23:59:26 2009 +0000

description:
Add --sysconfdir=${PKG_SYSCONFDIR} to CONFIGURE_ARGS, bump pkgrevision

diffstat:

 net/dhcpcd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b9ce8de3b715 -r b22305e970ee net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Sat Dec 26 04:51:01 2009 +0000
+++ b/net/dhcpcd/Makefile       Sat Dec 26 23:59:26 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/12/23 09:34:58 roy Exp $
+# $NetBSD: Makefile,v 1.17 2009/12/26 23:59:26 abs Exp $
 #
 
 DISTNAME=              dhcpcd-5.1.4
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
@@ -16,6 +17,7 @@
 USE_LANGUAGES=         c99
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-hooks=ntp
 
 EGDIR=                 ${PREFIX}/share/examples



Home | Main Index | Thread Index | Old Index