pkgsrc/graphics/graphviz/INSTALL
joerg 08228711ef Build plugin configuration file at install time and remove it at
deinstall time. This makes it possible to split off individual plugins
and add DESTDIR support. Bump revision.
2007-09-21 17:40:38 +00:00

9 lines
150 B
Text

# $NetBSD: INSTALL,v 1.1 2007/09/21 17:40:38 joerg Exp $
: ${PKG_PREFIX=@PREFIX@}
case ${STAGE} in
POST-INSTALL)
${PKG_PREFIX}/bin/dot -c
;;
esac