mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add CONFIGURE_ARGS so that named/lwresd put their pid files
in the "right" place (/var/run), as opposed to ${PREFIX}/var/run
This commit is contained in:
parent
06cec868fd
commit
09a4ed7fa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35590
5 changed files with 10 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= 9.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
MAN1= host.1 dig.1
|
||||
MAN5= rndc.conf.5
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= 9.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
MAN1= host.1 dig.1
|
||||
MAN5= rndc.conf.5
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= 9.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
MAN1= host.1 dig.1
|
||||
MAN5= rndc.conf.5
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= 9.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
MAN1= host.1 dig.1
|
||||
MAN5= rndc.conf.5
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= 9.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
MAN1= host.1 dig.1
|
||||
MAN5= rndc.conf.5
|
||||
|
|
Loading…
Add table
Reference in a new issue