Sat Dec 26 23:59:27 2009 UTC ()
Add --sysconfdir=${PKG_SYSCONFDIR} to CONFIGURE_ARGS, bump pkgrevision


(abs)
diff -r1.16 -r1.17 pkgsrc/net/dhcpcd/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/net/dhcpcd/Makefile (expand / switch to context diff)
--- pkgsrc/net/dhcpcd/Makefile 2009/12/23 09:34:58 1.16
+++ pkgsrc/net/dhcpcd/Makefile 2009/12/26 23:59:26 1.17
@@ -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