diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-17 17:56:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-17 17:56:47 +0800 |
commit | 8a2e8f4a76b50fcf21800a57c2f42d1374b0ea93 (patch) | |
tree | 4e635d4ef1b5033e2fdbb633e63dcab3da91a0fb /science/netcdf-fortran | |
parent | fd7eda21ea82cee0f7e5cc7c17e4f4966beab135 (diff) | |
download | freebsd-ports-gnome-8a2e8f4a76b50fcf21800a57c2f42d1374b0ea93.tar.gz freebsd-ports-gnome-8a2e8f4a76b50fcf21800a57c2f42d1374b0ea93.tar.zst freebsd-ports-gnome-8a2e8f4a76b50fcf21800a57c2f42d1374b0ea93.zip |
- Cleanup Makefile
Diffstat (limited to 'science/netcdf-fortran')
-rw-r--r-- | science/netcdf-fortran/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index c5aa8e2cad82..361ec74f462b 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -17,16 +17,9 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split MAKE_JOBS_UNSAFE= yes -#USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_LDCONFIG= yes USES= fortran libtool makeinfo pathfix -#INFO= netcdf-f77 netcdf-f90 - -#AUTOMAKE_ARGS= --add-missing -#LIBTOOLIZE_ARGS=--copy --force --install -#PATHFIX_MAKEFILEIN= Makefile.am - USE_GITHUB= yes GH_ACCOUNT= Unidata GH_PROJECT= ${PORTNAME} @@ -34,7 +27,7 @@ GH_TAGNAME= v${PORTVERSION} GH_COMMIT= ccd65b4 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.0.1 regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check |