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

(-)Makefile (+1 lines)
Lines 34-39 Link Here
34
	${MKDIR} ${DATADIR}
34
	${MKDIR} ${DATADIR}
35
	${TAR} zxf ${WRKSRC}/ch.bin -C ${DATADIR}
35
	${TAR} zxf ${WRKSRC}/ch.bin -C ${DATADIR}
36
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
36
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
37
	${CHOWN} -R -h ${BINOWN}:${BINGRP} ${DATADIR}
37
38
38
post-install:
39
post-install:
39
	@if ${GREP} -q '${PREFIX}/bin/ch' /etc/shells; then ${TRUE}; else \
40
	@if ${GREP} -q '${PREFIX}/bin/ch' /etc/shells; then ${TRUE}; else \

Return to bug 121254