diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | a6429924fc57a145369eb5b2d3d0f45c65656b19 (patch) | |
tree | a7703a1b06cbba057e160e6f7af6e66d74cfc940 /dns | |
parent | 31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff) | |
download | ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-dlz/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile index ff5b3331e75a..4bf4b7e7e60a 100644 --- a/dns/bind9-dlz/Makefile +++ b/dns/bind9-dlz/Makefile @@ -31,6 +31,7 @@ PLIST= ${WRKDIR}/.PLIST.more GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps WRKSRC= ${WRKDIR}/bind-${ISCVERSION} +USE_REINPLACE= yes DIR= ${WRKSRC}/bin/ DLZVERSION= 0.2.1 @@ -79,12 +80,12 @@ MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ rndc-confgen.8 rndc.8 pre-patch: - ${PERL} -pi -e "s=bind-9.2.1/==" ${EXTRA_PATCHES} + ${REINPLACE_CMD} -e "s=bind-9.2.1/==" ${EXTRA_PATCHES} post-patch: - ${PERL} -pi -e "s=/usr/local/pgsql/include=${LOCALBASE}/include=" \ + ${REINPLACE_CMD} -e "s=/usr/local/pgsql/include=${LOCALBASE}/include=" \ ${WRKSRC}/bin/named/Makefile.in - ${PERL} -pi -e "s=/usr/local/pgsql/lib=${LOCALBASE}/lib=" \ + ${REINPLACE_CMD} -e "s=/usr/local/pgsql/lib=${LOCALBASE}/lib=" \ ${WRKSRC}/bin/named/Makefile.in .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 |