View | Details | Raw Unified | Return to bug 126644
Collapse All | Expand All

(-)net/gateway6/Makefile (-1 / +1 lines)
Lines 49-55 Link Here
49
.endfor
49
.endfor
50
50
51
post-install:
51
post-install:
52
	@if [ ! -f ${PREFIX}/etc/orbit.conf ]; then \
52
	@if [ ! -f ${PREFIX}/etc/gw6c.conf ]; then \
53
		${CP} -p ${PREFIX}/etc/gw6c.conf.sample ${PREFIX}/etc/gw6c.conf ; \
53
		${CP} -p ${PREFIX}/etc/gw6c.conf.sample ${PREFIX}/etc/gw6c.conf ; \
54
	fi
54
	fi
55
	@${CAT} ${PKGMESSAGE}
55
	@${CAT} ${PKGMESSAGE}

Return to bug 126644