diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-11-21 10:21:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-11-21 10:21:52 +0000 |
commit | a20381e07294e9a75aa23290b6998355bdeef6fe (patch) | |
tree | 8c424926bf28012248810b6960b009ecbe8b08b2 /misc/dphys-config | |
parent | 8fba818e87d442f158de9b4dfed875b09f8fbab9 (diff) | |
download | ports-a20381e07294e9a75aa23290b6998355bdeef6fe.tar.gz ports-a20381e07294e9a75aa23290b6998355bdeef6fe.zip |
Notes
Diffstat (limited to 'misc/dphys-config')
-rw-r--r-- | misc/dphys-config/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dphys-config/Makefile b/misc/dphys-config/Makefile index 8dc8bf540784..d8c932f87e82 100644 --- a/misc/dphys-config/Makefile +++ b/misc/dphys-config/Makefile @@ -20,6 +20,8 @@ NO_BUILD= yes MAN1= dphys-config.1 +BROKEN= not fetchable + post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/${PORTNAME} |