1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Add missing tab in USES=pathfix

- Add test:
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-08-21 12:08:40 +00:00
parent bc221a68c1
commit 7f24e27dc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325111

View File

@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18
MAKE_ENV= INFODIR="${PREFIX}/${INFO_PATH}" MAKEINFOFLAGS="--no-split"
USES= pathfix
USE_LDCONFIG= yes
USES= pathfix
INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \
netcdf-install netcdf-tutorial
@ -76,7 +76,7 @@ post-install:
cd ${WRKSRC}/man4 && ${INSTALL_DATA} *.html *.pdf *.txt ${DOCSDIR}/
.endif
regression-test: build
regression-test test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>