|
1 |
| -# $NetBSD: Makefile.common,v 1.38 2019/06/18 20:02:24 nia Exp $ |
| 1 | +# $NetBSD: Makefile.common,v 1.39 2019/08/27 08:12:01 adam Exp $ |
2 | 2 | #
|
3 | 3 | # used by net/isc-dhcp4/Makefile
|
4 | 4 | # used by net/isc-dhcpd4/Makefile
|
@@ -29,8 +29,8 @@ PKG_SYSCONFSUBDIR= dhcp
|
29 | 29 | USE_TOOLS+= gmake gunzip gzip tar
|
30 | 30 | USE_LANGUAGES+= c99 c++
|
31 | 31 |
|
32 |
| -PATCHDIR= ${.CURDIR}/../isc-dhcp4/patches |
33 |
| -DISTINFO_FILE= ${.CURDIR}/../isc-dhcp4/distinfo |
| 32 | +PATCHDIR= ${.CURDIR}/../../net/isc-dhcp4/patches |
| 33 | +DISTINFO_FILE= ${.CURDIR}/../../net/isc-dhcp4/distinfo |
34 | 34 | EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
35 | 35 | BUILD_DEFS+= VARBASE DHCP_HOME DHCP_PID
|
36 | 36 |
|
@@ -63,15 +63,15 @@ SUBST_CLASSES+= config
|
63 | 63 | SUBST_STAGE.config= pre-configure
|
64 | 64 | SUBST_FILES.config= includes/dhcpd.h
|
65 | 65 | SUBST_VARS.config= PREFIX PKG_SYSCONFDIR
|
66 |
| -SUBST_MESSAGE.config= Fixing configuration files. |
| 66 | +SUBST_MESSAGE.config= Fixing configuration files. |
67 | 67 |
|
68 | 68 | BUILD_DIRS= ${BUILD_SUBDIR}
|
69 | 69 | INSTALL_DIRS= ${SUBDIR}
|
70 | 70 |
|
71 | 71 | # XXX This crap should replaced by a dependency on net/libbind, but
|
72 | 72 | # that seems to be a different version of libbind.
|
73 | 73 | post-extract:
|
74 |
| - (cd ${WRKSRC}/bind && gunzip -c bind.tar.gz | tar xf -) |
| 74 | + cd ${WRKSRC}/bind && ${TAR} -zxf bind.tar.gz |
75 | 75 |
|
76 | 76 | BIND_CONFIGURE_ARGS+= --disable-kqueue
|
77 | 77 | BIND_CONFIGURE_ARGS+= --disable-epoll
|
|
0 commit comments