diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-07 13:21:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-07 13:21:23 +0000 |
commit | 3a417478ad9b97a84f2e7912d333b2d8acc1dd45 (patch) | |
tree | 2ab9fcbb652c51c90ba31c7063921839f436f6a8 /graphics/xd3d | |
parent | 35ba0d49de3675dcfea693f0b8b74bccb58ebcec (diff) |
Notes
Diffstat (limited to 'graphics/xd3d')
-rw-r--r-- | graphics/xd3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/xd3d/distinfo | 4 | ||||
-rw-r--r-- | graphics/xd3d/files/patch-Makefile | 13 | ||||
-rw-r--r-- | graphics/xd3d/pkg-plist | 1 |
4 files changed, 17 insertions, 3 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 8e1e649817d0..61bb09296b8f 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xd3d -PORTVERSION= 8.2.2 +PORTVERSION= 8.2.3 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ diff --git a/graphics/xd3d/distinfo b/graphics/xd3d/distinfo index adb25e014b05..baab44c974db 100644 --- a/graphics/xd3d/distinfo +++ b/graphics/xd3d/distinfo @@ -1,2 +1,2 @@ -MD5 (xd3d-8.2.2.tar.gz) = e56f4f2160258fa9899308f7ff1bb8d1 -SIZE (xd3d-8.2.2.tar.gz) = 1648913 +MD5 (xd3d-8.2.3.tar.gz) = 655553b71f556e4b5b10bde32e60b3bb +SIZE (xd3d-8.2.3.tar.gz) = 1890041 diff --git a/graphics/xd3d/files/patch-Makefile b/graphics/xd3d/files/patch-Makefile new file mode 100644 index 000000000000..db3150d351da --- /dev/null +++ b/graphics/xd3d/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Mon Mar 14 17:07:43 2005 ++++ Makefile Fri Oct 7 15:01:40 2005 +@@ -15,7 +15,9 @@ + + all :; make libs ; make utils ; make xgraphic ; make xd3d + +-install :; /bin/cp -pidvu $(EXE) ./infps $(INSTALL_DIR) ++install :; \ ++$(BSD_INSTALL_PROGRAM) $(EXE) $(INSTALL_DIR) ;\ ++$(BSD_INSTALL_SCRIPT) ./infps $(INSTALL_DIR) + + libs :; \ + cd $(SRCDIR)/qlib ; echo "---- Building utility lib ----" ; make ;\ diff --git a/graphics/xd3d/pkg-plist b/graphics/xd3d/pkg-plist index 7f73be38f284..4d0853053fee 100644 --- a/graphics/xd3d/pkg-plist +++ b/graphics/xd3d/pkg-plist @@ -57,6 +57,7 @@ bin/xgraphic %%PORTDOCS%%%%EXAMPLESDIR%%/sphere.avoir3D %%PORTDOCS%%%%EXAMPLESDIR%%/sphere.depl %%PORTDOCS%%%%EXAMPLESDIR%%/spiral.xyz +%%PORTDOCS%%%%EXAMPLESDIR%%/tetra_gmsh.msh %%PORTDOCS%%%%EXAMPLESDIR%%/tower.avoir3D %%PORTDOCS%%%%EXAMPLESDIR%%/tower_001.mode %%PORTDOCS%%%%EXAMPLESDIR%%/tower_002.mode |