diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-26 06:33:32 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-26 06:33:32 +0800 |
commit | 29e5a296e258a919f540f023be88864af2e724de (patch) | |
tree | fdd2cb6e0e0edddbd09de825eae7fd4738e8af04 /french | |
parent | 061b7dfe0456bddfe60f891614d25a12563fc55e (diff) | |
download | freebsd-ports-gnome-29e5a296e258a919f540f023be88864af2e724de.tar.gz freebsd-ports-gnome-29e5a296e258a919f540f023be88864af2e724de.tar.zst freebsd-ports-gnome-29e5a296e258a919f540f023be88864af2e724de.zip |
Fix plist: since the gfortran migration, some tests are no more installed.
Reported by: pointyhat via pav
Diffstat (limited to 'french')
-rw-r--r-- | french/med/Makefile | 4 | ||||
-rw-r--r-- | french/med/pkg-plist | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index e57223888a4b..f6b0d4e335bc 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -22,7 +22,7 @@ TK_VER?= 8.4 SHORT_TK_VER= ${TK_VER:S/.//} WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" @@ -34,7 +34,7 @@ CONFIGURE_ENV+= HDF5HOME=${LOCALBASE} CPPFLAGS="${PTHREAD_CFLAGS}" \ --with-f90=${FC} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_LDCONFIG= yes DOC2FIX= . gif html jpg png tests diff --git a/french/med/pkg-plist b/french/med/pkg-plist index a2034d476462..21441d876e43 100644 --- a/french/med/pkg-plist +++ b/french/med/pkg-plist @@ -53,13 +53,9 @@ lib/libmedC.so.2 %%EXAMPLESDIR%%/testc/test9 %%EXAMPLESDIR%%/testf/test1 %%EXAMPLESDIR%%/testf/test10 -%%EXAMPLESDIR%%/testf/test11 %%EXAMPLESDIR%%/testf/test12 -%%EXAMPLESDIR%%/testf/test13 %%EXAMPLESDIR%%/testf/test14 -%%EXAMPLESDIR%%/testf/test15 %%EXAMPLESDIR%%/testf/test16 -%%EXAMPLESDIR%%/testf/test17 %%EXAMPLESDIR%%/testf/test18 %%EXAMPLESDIR%%/testf/test19 %%EXAMPLESDIR%%/testf/test2 @@ -74,16 +70,12 @@ lib/libmedC.so.2 %%EXAMPLESDIR%%/testf/test28 %%EXAMPLESDIR%%/testf/test29 %%EXAMPLESDIR%%/testf/test3 -%%EXAMPLESDIR%%/testf/test30 %%EXAMPLESDIR%%/testf/test31 %%EXAMPLESDIR%%/testf/test32 %%EXAMPLESDIR%%/testf/test33 %%EXAMPLESDIR%%/testf/test4 -%%EXAMPLESDIR%%/testf/test5 %%EXAMPLESDIR%%/testf/test6 -%%EXAMPLESDIR%%/testf/test7 %%EXAMPLESDIR%%/testf/test8 -%%EXAMPLESDIR%%/testf/test9 %%PORTDOCS%%%%DOCSDIR%%/gif/MED.gif %%PORTDOCS%%%%DOCSDIR%%/gif/aggregation.gif %%PORTDOCS%%%%DOCSDIR%%/gif/architecture.gif |