Fix build of net/isc-dhcp3-server (and others) for read only file systems.
Apologies to Cyrille Lefevre, it is sometimes hard to fix failed patch-files. Thanks to Rolandas Naujikas for reporting it.
This commit is contained in:
parent
f69fe555c9
commit
371625d2cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98464
4 changed files with 8 additions and 8 deletions
|
@ -49,8 +49,8 @@ MAN5+= dhcp-eval.5 dhcp-options.5
|
|||
.endif
|
||||
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
# Local variables
|
||||
|
|
|
@ -49,8 +49,8 @@ MAN5+= dhcp-eval.5 dhcp-options.5
|
|||
.endif
|
||||
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
# Local variables
|
||||
|
|
|
@ -49,8 +49,8 @@ MAN5+= dhcp-eval.5 dhcp-options.5
|
|||
.endif
|
||||
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
# Local variables
|
||||
|
|
|
@ -49,8 +49,8 @@ MAN5+= dhcp-eval.5 dhcp-options.5
|
|||
.endif
|
||||
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
MSG_FILE= ${.CURDIR}/pkg-message
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
# Local variables
|
||||
|
|
Loading…
Reference in a new issue