Lines 1-6
Link Here
|
1 |
PORTNAME= gcc |
1 |
PORTNAME= gcc |
2 |
PORTVERSION= 12.2.0 |
2 |
PORTVERSION= 12.2.0 |
3 |
PORTREVISION= 6 |
3 |
PORTREVISION= 7 |
4 |
CATEGORIES= lang |
4 |
CATEGORIES= lang |
5 |
MASTER_SITES= GCC |
5 |
MASTER_SITES= GCC |
6 |
PKGNAMESUFFIX= ${SUFFIX} |
6 |
PKGNAMESUFFIX= ${SUFFIX} |
Lines 162-167
full-regression-test: build
Link Here
|
162 |
post-stage: |
162 |
post-stage: |
163 |
${RM} ${STAGEDIR}${PREFIX}/man/man7/* |
163 |
${RM} ${STAGEDIR}${PREFIX}/man/man7/* |
164 |
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/ |
164 |
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/ |
|
|
165 |
# Install ISO_Fortran_binding.h in an easily findable directory |
166 |
${MKDIR} ${STAGEDIR}${PREFIX}/include/gcc${SUFFIX} |
167 |
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/gcc${SUFFIX}/gcc/${CONFIGURE_TARGET}/${GCC_VERSION}/include/ISO_Fortran_binding.h \ |
168 |
${STAGEDIR}${PREFIX}/include/gcc${SUFFIX} |
165 |
# Add target libraries and include files to packaging list. |
169 |
# Add target libraries and include files to packaging list. |
166 |
${RM} ${WRKDIR}/PLIST.lib |
170 |
${RM} ${WRKDIR}/PLIST.lib |
167 |
|
171 |
|