diff options
author | fredb <fredb> | 2002-03-17 15:43:43 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-17 15:43:43 +0000 |
commit | 9a738a8e666500a475866415f805a58367f91d9c (patch) | |
tree | 4b42157c78610a26e53f98ae6edb615b7bfe4fbe /www | |
parent | 7dedf3ed63b2b4573ee20304d0edc4b7c75da00d (diff) | |
download | pkgsrc-9a738a8e666500a475866415f805a58367f91d9c.tar.gz |
Straighten out DISTNAME/PKGNAME/WRKSRC in the face of bsd.pkg.mk's
PKGNAME munging.
Diffstat (limited to 'www')
-rw-r--r-- | www/htmldoc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index aa0527f3a7e..3a079ef1b02 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2002/03/13 17:37:52 fredb Exp $ +# $NetBSD: Makefile,v 1.16 2002/03/17 15:43:43 fredb Exp $ # -DISTNAME= ${PKGNAME}-source +DISTNAME= htmldoc-1.7-source PKGNAME= htmldoc-1.7 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/htmldoc-1.7 CATEGORIES= www MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/1.7/ |