diff options
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r-- | devel/jam/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index f24baf15989..2daf63aeedd 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/07/07 19:40:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2004/09/04 13:56:46 schmonz Exp $ # DISTNAME= jam-2.5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/jam/ EXTRACT_SUFX= .zip @@ -12,6 +13,9 @@ COMMENT= Program construction tool, like make(1) CONFLICTS= acunia-jam-[0-9]* +DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR} + DOCDIR= share/doc/${PKGBASE} HTMLDIR= share/doc/html/${PKGBASE} |