diff options
author | abs <abs@pkgsrc.org> | 2009-12-26 23:59:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-26 23:59:26 +0000 |
commit | db4d27e9e68eb29e01064d82423c6975f4a6da1e (patch) | |
tree | be0d71e7c1813f54c194bc4271c2d76d6c65a178 /net/dhcpcd | |
parent | 3fc8f33b09563efa3e124fd46799c6c3716c2698 (diff) | |
download | pkgsrc-db4d27e9e68eb29e01064d82423c6975f4a6da1e.tar.gz |
Add --sysconfdir=${PKG_SYSCONFDIR} to CONFIGURE_ARGS, bump pkgrevision
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index c5dba2d9437..dccdaffd175 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |