diff options
author | araujo <araujo@FreeBSD.org> | 2007-11-08 17:25:01 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-11-08 17:25:01 +0800 |
commit | 2a99c954a3e22158baf3dcc33a0e1a1ff6d0d9cc (patch) | |
tree | 5cd2aaf68020fea30fb36ee9b0ac1e72612cad08 /science | |
parent | 900d1fa312a4140850f90db907e6478c597bc240 (diff) | |
download | freebsd-ports-gnome-2a99c954a3e22158baf3dcc33a0e1a1ff6d0d9cc.tar.gz freebsd-ports-gnome-2a99c954a3e22158baf3dcc33a0e1a1ff6d0d9cc.tar.zst freebsd-ports-gnome-2a99c954a3e22158baf3dcc33a0e1a1ff6d0d9cc.zip |
- Fix pkg-plist.
Reported by: pointyhat (pav)
Approved by: portmgr (linimon), stas (mentor, implicit)
Diffstat (limited to 'science')
-rw-r--r-- | science/elmerpost/Makefile | 1 | ||||
-rw-r--r-- | science/elmerpost/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index 8cb661892e2a..f61cbe315e61 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -7,6 +7,7 @@ PORTNAME= elmerpost PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ diff --git a/science/elmerpost/pkg-plist b/science/elmerpost/pkg-plist index fe1c370795cd..7019777d2aa6 100644 --- a/science/elmerpost/pkg-plist +++ b/science/elmerpost/pkg-plist @@ -256,6 +256,7 @@ bin/%%ARCH%%-portbld-freebsd%%OSREL%%-sico2elmer %%DATADIR%%/tcl/saveimage.tcl %%DATADIR%%/tcl/readfile.tcl %%DATADIR%%/tcl/particle.tcl +%%DATADIR%%/tcl/loadsingle %%DATADIR%%/tcl/misc.tcl %%DATADIR%%/tcl/message.tcl %%DATADIR%%/tcl/mesh.tcl @@ -281,6 +282,5 @@ bin/%%ARCH%%-portbld-freebsd%%OSREL%%-sico2elmer %%DATADIR%%/tcl/vectors.tcl @dirrm %%DATADIR%%/tcl %%DATADIR%%/modules/screensave.so -%%DATADIR%%/modules/window.so @dirrm %%DATADIR%%/modules @dirrm %%DATADIR%% |