Direct Port Manipulation Pins

uint8_t clk = PIND4 & clk_mask;
didn't work,
PORTB &= ~(clk_mask);
didn't work...