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

(-)Makefile (-3 / +1 lines)
Lines 91-99 Link Here
91
	@${FIND} -s ${STAGED_SAGE_DIR} -not -type d | \
91
	@${FIND} -s ${STAGED_SAGE_DIR} -not -type d | \
92
		${SED} -e 's#${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
92
		${SED} -e 's#${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
93
	@${FIND} -s ${STAGED_SAGE_DIR} -type d -empty | \
93
	@${FIND} -s ${STAGED_SAGE_DIR} -type d -empty | \
94
		${SED} -e 's#${STAGEDIR}${PREFIX}/#@exec ${MKDIR} %D/#' >> ${TMPPLIST}
94
		${SED} -e 's#${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST}
95
	@${FIND} -s ${STAGED_SAGE_DIR} -type d -depth | \
96
		${SED} -e 's#${STAGEDIR}${PREFIX}/#@dirrm #' >> ${TMPPLIST}
97
95
98
.include <bsd.port.pre.mk>
96
.include <bsd.port.pre.mk>
99
97

Return to bug 206071