|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/math/saga/Makefile 418121 2016-07-06 08:36:18Z wen $ |
2 |
# $FreeBSD: head/math/saga/Makefile 418121 2016-07-06 08:36:18Z wen $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= saga |
4 |
PORTNAME= saga |
| 5 |
PORTVERSION= 2.3.0 |
5 |
PORTVERSION= 2.3.1 |
| 6 |
CATEGORIES= math |
6 |
CATEGORIES= math |
| 7 |
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} |
7 |
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} |
| 8 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
8 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
|
Lines 85-90
Link Here
|
| 85 |
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ |
85 |
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ |
| 86 |
${WRKSRC}/src/saga_core/saga_api/api_core.h |
86 |
${WRKSRC}/src/saga_core/saga_api/api_core.h |
| 87 |
.endif |
87 |
.endif |
|
|
88 |
@${REINPLACE_CMD} -e 's|PORTVERSION|${PORTVERSION:C/\./-/g}|' \ |
| 89 |
${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp |
| 88 |
|
90 |
|
| 89 |
post-configure: |
91 |
post-configure: |
| 90 |
@${REINPLACE_CMD} -e 's|cd $$(pkgdatadir);|cd ${STAGEDIR}${DATADIR};|g' \ |
92 |
@${REINPLACE_CMD} -e 's|cd $$(pkgdatadir);|cd ${STAGEDIR}${DATADIR};|g' \ |