aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-02-18 12:05:35 +0800
committerjedgar <jedgar@FreeBSD.org>2000-02-18 12:05:35 +0800
commita0e9e331072a1e9635bf7d58530efc2fbcf154ae (patch)
tree61a515d1cc2e7c9a0684e501c43f1fb52b3eb319 /graphics
parent775af29fb3d5ada5d2b0da1d252156122ddc7bf4 (diff)
downloadfreebsd-ports-gnome-a0e9e331072a1e9635bf7d58530efc2fbcf154ae.tar.gz
freebsd-ports-gnome-a0e9e331072a1e9635bf7d58530efc2fbcf154ae.tar.zst
freebsd-ports-gnome-a0e9e331072a1e9635bf7d58530efc2fbcf154ae.zip
* Remove obsolete post-extract target
* Move install path of utility data from lib/ to libdata/ PR: 16791 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile3
-rw-r--r--graphics/graphviz/pkg-plist14
2 files changed, 7 insertions, 10 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index a047a439a640..4a21447451a7 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -24,9 +24,6 @@ MANN= tcldot.n
DOCDIR= ${PREFIX}/share/doc/graphviz
-post-extract:
- @find ${WRKSRC} -name *.o -delete
-
post-install:
@${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/*.htm* ${DOCDIR}
diff --git a/graphics/graphviz/pkg-plist b/graphics/graphviz/pkg-plist
index e277a47e4f28..57e0cc73bd92 100644
--- a/graphics/graphviz/pkg-plist
+++ b/graphics/graphviz/pkg-plist
@@ -7,6 +7,11 @@ 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/doc/graphviz/FAQ.html
share/doc/graphviz/FAQ.txt
share/doc/graphviz/LICENSE.html
@@ -18,11 +23,6 @@ share/doc/graphviz/gd.html
share/doc/graphviz/lefty.ps.gz
share/doc/graphviz/neatoguide.ps.gz
share/doc/graphviz/tcldot.html
-lib/lefty/dotty.lefty
-lib/lefty/dotty_draw.lefty
-lib/lefty/dotty_edit.lefty
-lib/lefty/dotty_layout.lefty
-lib/lefty/dotty_ui.lefty
-@dirrm lib/Tcldot
-@dirrm lib/lefty
@dirrm share/doc/graphviz
+@dirrm libdata/lefty
+@dirrm lib/Tcldot