summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-09-05 01:55:22 +0000
committerSteve Price <steve@FreeBSD.org>2000-09-05 01:55:22 +0000
commitcee52463b4e2edfce2da1913485b17e33181cf58 (patch)
tree1d9d4287651abc69909102a92e7f1d80d6cacb0d /graphics/graphviz
parent- Remove obsolete site form MASTER_SITES (diff)
- Support MAKE properly
- Change location of data files from libdata/ to share/ PR: 20754 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=32287
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile3
-rw-r--r--graphics/graphviz/pkg-plist14
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index d6d3df7dfce2..0360ef5fef7b 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -24,6 +24,9 @@ MANN= tcldot.n
DOCDIR= ${PREFIX}/share/doc/graphviz
+post-extract:
+ @${CP} ${FILESDIR}/freebsd.generic ${WRKSRC}/makearch
+
post-install:
@${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/*.htm* ${DOCDIR}
diff --git a/graphics/graphviz/pkg-plist b/graphics/graphviz/pkg-plist
index 57e0cc73bd92..a80e06da0d5d 100644
--- a/graphics/graphviz/pkg-plist
+++ b/graphics/graphviz/pkg-plist
@@ -4,14 +4,12 @@ bin/lefty
bin/lneato
bin/neato
lib/Tcldot/Tcldot.so.1.5
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
lib/Tcldot/pkgIndex.tcl
-libdata/lefty/dotty.lefty
-libdata/lefty/dotty_draw.lefty
-libdata/lefty/dotty_edit.lefty
-libdata/lefty/dotty_layout.lefty
-libdata/lefty/dotty_ui.lefty
+share/graphviz/lefty/dotty.lefty
+share/graphviz/lefty/dotty_draw.lefty
+share/graphviz/lefty/dotty_edit.lefty
+share/graphviz/lefty/dotty_layout.lefty
+share/graphviz/lefty/dotty_ui.lefty
share/doc/graphviz/FAQ.html
share/doc/graphviz/FAQ.txt
share/doc/graphviz/LICENSE.html
@@ -24,5 +22,5 @@ share/doc/graphviz/lefty.ps.gz
share/doc/graphviz/neatoguide.ps.gz
share/doc/graphviz/tcldot.html
@dirrm share/doc/graphviz
-@dirrm libdata/lefty
+@dirrm share/graphviz/lefty
@dirrm lib/Tcldot