GNU Stow is a Perl program for managing the installation of software packages, keeping them separate (/opt/stow/emacs-21.3.1 vs. /opt/stow/perl-5.8.0, for example) while making them appear to be installed in the same place (/opt). Stow may be used by non-root users to set up a private hierarchy under e.g. $HOME/local. WWW: http://www.gnu.org/software/stow/stow.html from Andreas Kahari <andreas.kahari@unix.net>
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/08 19:06:57 sturm Exp $
|
|
@unexec install-info --delete --info-dir=%D/info %D/info/stow.info
|
|
bin/stow
|
|
info/stow.info
|
|
man/man8/stow.8
|
|
@exec install-info --info-dir=%D/info %D/info/stow.info
|