diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-11-21 18:21:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-11-21 18:21:52 +0800 |
commit | fea118f8d29ca12f681ea4bd394cd5ae7485e589 (patch) | |
tree | ec1463f13396893ee5623e435e9f05cf02714afc /misc | |
parent | 07e959cabf1e8816a2ac1f35879e63f3621c195b (diff) | |
download | freebsd-ports-gnome-fea118f8d29ca12f681ea4bd394cd5ae7485e589.tar.gz freebsd-ports-gnome-fea118f8d29ca12f681ea4bd394cd5ae7485e589.tar.zst freebsd-ports-gnome-fea118f8d29ca12f681ea4bd394cd5ae7485e589.zip |
Mark it broken. Distfile is not fetchable.
Diffstat (limited to 'misc')
-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} |