summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-07-06 16:52:12 +0000
committerhubertf <hubertf>2000-07-06 16:52:12 +0000
commit4bacdb3ad605fcb3c44e8a9cafd47304bf29e481 (patch)
tree77bd6fff15bb437583147c1f0e64dfed096aa434 /Packages.txt
parent744036c9895ecca930ee9e7ebe7237f7d49d7996 (diff)
downloadpkgsrc-4bacdb3ad605fcb3c44e8a9cafd47304bf29e481.tar.gz
Add note on 'make bin-install'
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt8
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
==============================