Skip to content

Commit

Permalink
Rebuild to fix bogus deps
Browse files Browse the repository at this point in the history
Add manpages for the tcl stuff
  • Loading branch information
tgc committed Apr 23, 2007
1 parent bf4439d commit 4fa0914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions graphviz/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash
#!/usr/tgcware/bin/bash
#
# This is a generic build.sh script
# It can be used nearly unmodified with many packages
Expand All @@ -10,7 +10,7 @@
# Check the following 4 variables before running the script
topdir=graphviz
version=2.6
pkgver=1
pkgver=2
source[0]=$topdir-$version.tar.gz
# If there are no patches, simply comment this
#patch[0]=
Expand Down Expand Up @@ -44,7 +44,6 @@ install()
${MV} ${stagedir}${prefix}/${_sharedir}/graphviz/doc/* ${stagedir}${prefix}/${_vdocdir}
${RMDIR} ${stagedir}${prefix}/${_sharedir}/graphviz/doc
${RM} -f ${stagedir}${prefix}/${_libdir}/graphviz/pkgIndex.tcl
${RMDIR} ${stagedir}${prefix}/${_mandir}/mann
}

reg pack
Expand Down
2 changes: 1 addition & 1 deletion graphviz/meta/pkgdef
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $_vdocdir/ChangeLog
[man]
subsys=man.man
files(-,root,sys)
$_mandir/?a?[12456789]
$_mandir/?a?[1n2456789]

[mandev]
subsys=man.dev
Expand Down

0 comments on commit 4fa0914

Please sign in to comment.