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 | 90c3123e863612d0036904e66c43b59563df8e50 (patch) | |
tree | be0d71e7c1813f54c194bc4271c2d76d6c65a178 | |
parent | 8bec9acbf6f020876efe49666870ca1cf7b8f351 (diff) | |
download | pkgsrc-90c3123e863612d0036904e66c43b59563df8e50.tar.gz |
Add --sysconfdir=${PKG_SYSCONFDIR} to CONFIGURE_ARGS, bump pkgrevision
-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 |