diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 22:36:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 22:36:41 +0800 |
commit | 71bab59143ec46fd9110bf5cc55ea90757299d44 (patch) | |
tree | 29ac7feee5ee29941e7cb3801b97945beea3ff95 /science/netcdf-fortran | |
parent | 8a977b662363f6feaa9171e89783e63a8482e74f (diff) | |
download | freebsd-ports-gnome-71bab59143ec46fd9110bf5cc55ea90757299d44.tar.gz freebsd-ports-gnome-71bab59143ec46fd9110bf5cc55ea90757299d44.tar.zst freebsd-ports-gnome-71bab59143ec46fd9110bf5cc55ea90757299d44.zip |
- Add LIBTOOLIZE_ARGS
Suggested by: tijl
Diffstat (limited to 'science/netcdf-fortran')
-rw-r--r-- | science/netcdf-fortran/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index a0116c901027..189275e87914 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} INFO= netcdf-f77 netcdf-f90 AUTOMAKE_ARGS= --add-missing +LIBTOOLIZE_ARGS=--copy --force --install PATHFIX_MAKEFILEIN= Makefile.am post-install: |