diff options
author | atatat <atatat@pkgsrc.org> | 2003-03-25 18:21:20 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-03-25 18:21:20 +0000 |
commit | 67a94dc41f21e88b8aed3d3429af787c4d7cc218 (patch) | |
tree | 78dc698b4517870bb5cbc59c136ec1fce2361e00 /pkgtools/pkgdepgraph/Makefile | |
parent | 3ee822b062043c09154d9bd9a52c1556c12fa835 (diff) | |
download | pkgsrc-67a94dc41f21e88b8aed3d3429af787c4d7cc218.tar.gz |
Add -F for "fetch" output, so that you can pre-fetch all the distfiles
you need and then build off-line (suggested by smb).
Add -M to set the name/location of the make program (for the -F and -R
output formats) to be used on systems where the make program is not
the one you want (suggested by seb).
Clean up a bug with subgraph assignment and counting.
Move to 2.3.
Diffstat (limited to 'pkgtools/pkgdepgraph/Makefile')
-rw-r--r-- | pkgtools/pkgdepgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdepgraph/Makefile b/pkgtools/pkgdepgraph/Makefile index 93e44292525..db937352c32 100644 --- a/pkgtools/pkgdepgraph/Makefile +++ b/pkgtools/pkgdepgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/03/14 23:39:54 atatat Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/25 18:21:20 atatat Exp $ # -DISTNAME= pkgdepgraph-2.2 +DISTNAME= pkgdepgraph-2.3 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |