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

(-)python25/Makefile (+5 lines)
Lines 178-183 Link Here
178
.endfor
178
.endfor
179
.endfor
179
.endfor
180
180
181
.ifdef MAINTAINER_MODE
182
regression-test: build
183
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
184
.endif
185
181
pre-install:
186
pre-install:
182
	${CAT} ${PLIST_TEMPLATE} | ${AWK} '{ print $$0; } \
187
	${CAT} ${PLIST_TEMPLATE} | ${AWK} '{ print $$0; } \
183
	/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }'	> ${PLIST}
188
	/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }'	> ${PLIST}

Return to bug 125459