View | Details | Raw Unified | Return to bug 189940 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile 2014-08-18 13:49:46.000000000 +0200 (+1 lines)
Lines 191-196 Link Here
191
.endif                                                                         
191
.endif                                                                         
192
                                                                               
192
                                                                               
193
.if ${PORT_OPTIONS:MPYTHON}                                                    
193
.if ${PORT_OPTIONS:MPYTHON}                                                    
194
       @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/                              
194
       (cd ${WRKSRC}/mapscript/python && ${CP} mapscript.py _mapscript.so ${STA
195
       (cd ${WRKSRC}/mapscript/python && ${CP} mapscript.py _mapscript.so ${STA
195
.endif                                                                         
196
.endif                                                                         
196
                                                                               
197
                                                                               

Return to bug 189940