diff options
Diffstat (limited to 'devel/p4-docs/Makefile')
-rw-r--r-- | devel/p4-docs/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p4-docs/Makefile b/devel/p4-docs/Makefile index 2493b76e3d1..b7dc0ff6292 100644 --- a/devel/p4-docs/Makefile +++ b/devel/p4-docs/Makefile @@ -1,11 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2003/11/23 07:14:09 salo Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/19 12:34:50 wiz Exp $ # DISTNAME= p4-docs +PKGREVISION= 1 COMMENT= Perforce SCM documentation .include "../../devel/p4/Makefile.common" +# override, since the docs have changed at least once more often +# than the binaries for NetBSD +DIST_SUBDIR= perforce-20040716 + HOMEPAGE= http://www.perforce.com/perforce/technical.html DISTFILES= p4.1 |