diff options
author | grant <grant@pkgsrc.org> | 2003-04-14 23:45:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-14 23:45:43 +0000 |
commit | 11b0be39754bbcf51ff7c00e238b593348ab6d51 (patch) | |
tree | 14b12c7323a11686e3fc5a314c0aa8ade45c4c5f /www/mozilla-bin | |
parent | f8aad4bb28c5b0917d2ef1aa20d81a178bdb77fb (diff) | |
download | pkgsrc-11b0be39754bbcf51ff7c00e238b593348ab6d51.tar.gz |
set DISTNAME in the first block to appease pkglint (we redefine it
later).
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index c08f793b6fd..407098674c4 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/04/14 22:50:18 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/14 23:45:43 grant Exp $ # -#DISTNAME= # see Makefile.${OPSYS}.${ARCH} +DISTNAME= # see Makefile.${OPSYS}.${ARCH} PKGNAME= mozilla-bin-1.3 WRKSRC= ${WRKDIR}/mozilla CATEGORIES= www |