diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-06 16:52:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-06 16:52:12 +0000 |
commit | 3867cd79501e2de2ff423aef640e4e7e7c6683b4 (patch) | |
tree | 77bd6fff15bb437583147c1f0e64dfed096aa434 /Packages.txt | |
parent | 0811fc9be1def4492bb559af4e0cb8bc383206ab (diff) | |
download | pkgsrc-3867cd79501e2de2ff423aef640e4e7e7c6683b4.tar.gz |
Add note on 'make bin-install'
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 97ad9542ab6..239f6ab22fe 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.94 2000/07/06 15:08:30 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.95 2000/07/06 16:52:12 hubertf Exp $ ########################################################################### ========================== @@ -239,6 +239,12 @@ an overview of what you can set there. Environment variables such as LOCALBASE, and X11BASE can also be set in /etc/mk.conf to save having to remember to set them each time you want to use pkgsrc. +If you want to deinstall and re-install a binary package that you've +created (see next section) or that you put into pkgsrc/packages +manually, you can use the the "bin-install" target, which will +install a binary package - if available - via pkg_add, and do a "make +package" else. + 3 Making a precompiled package ============================== |