diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 11:05:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 11:05:39 +0000 |
commit | 371625d2cb3f9a6fc59d04bcbe9707c8f6b6dcc7 (patch) | |
tree | 1286ba37a72ec07a5dd0d51eecb315018f5ac3e3 /net/isc-dhcp3-server | |
parent | Chase move of net/isc-dchp3 to net/isc-dhcp3-server. (diff) |
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.
Diffstat (limited to 'net/isc-dhcp3-server')
-rw-r--r-- | net/isc-dhcp3-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index d7129c4e52ff..069372c3bc0a 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-server/Makefile @@ -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 |