summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-11-14 11:18:31 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-11-14 11:18:31 +0000
commit2e00e7bcf510d4ae4057a23f19232a59919844a0 (patch)
tree64c6cf8846d8353f4c6e85ba966b95b8b87a6e28 /share/man/man5
parent0bfc2962b1ac769c666310c8b6cf826a5c43ef9a (diff)
document the new simpler way to do specs
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/bsd.port.mk.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index fba41b3b624..1cfb4795692 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.270 2010/11/13 10:43:20 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.271 2010/11/14 11:18:30 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 13 2010 $
+.Dd $Mdocdate: November 14 2010 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -741,7 +741,7 @@ Set based on corresponding INSTALL_* variables.
.It Ev BUILD_DEPENDS
List of other ports the current port needs to build correctly.
Each item has the form
-.Sq :[pkgspec]:directory[,-subpackage][,flavor ...][:target] .
+.Sq [pkgspec:]directory[,-subpackage][,flavor ...][:target] .
.Sq target
defaults to
.Sq install
@@ -1276,7 +1276,7 @@ to package installation time.
.It Ev LIB_DEPENDS
Libraries this port depends upon.
Each item has the form
-.Sq :[pkgspec]:directory[,-subpackage][,flavor ...] .
+.Sq [pkgspec:]directory[,-subpackage][,flavor ...] .
Similar to
.Ev BUILD_DEPENDS
and