diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2006-12-21 16:27:24 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2006-12-21 16:27:24 +0000 |
commit | 9b44046d3bf729d5b372dcd2423f2e3cc297898e (patch) | |
tree | 2f9c118b56f15998c2efaa320298ebe696feedc0 | |
parent | 92cea5bdb88f2b10cf2417e4badf54770d1ef561 (diff) |
- PATCH_SITES -> PATCHSITES
ok bernd@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
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 4bd509c76e0..ce06f2fde5f 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.185 2006/12/11 21:30:55 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.186 2006/12/21 16:27:23 ajacoutot Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -269,7 +269,7 @@ See .Ev MASTER_SITES , .Ev MASTER_SITES0 , ... , .Ev MASTER_SITES9 , -.Ev PATCH_FILES , +.Ev PATCHFILES , .Ev SUPDISTFILES , .Ev REFETCH . .It Ar install @@ -2035,13 +2035,13 @@ to .Sq :9 extension to the file name, e.g., .Bd -literal -offset indent -PATCH_FILES=foo.diff.gz +PATCHFILES=foo.diff.gz PATCH_SITES=ftp://ftp.zoinx.org/pub/ .Ed .Pp becomes .Bd -literal -offset indent -PATCH_FILES=foo.diff.gz:0 +PATCHFILES=foo.diff.gz:0 MASTER_SITES0=ftp://ftp.zoinx.org/pub/ .Ed .It Ev PKGREPOSITORY |