diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-03 12:12:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-03 12:12:58 +0000 |
commit | dc7199f015005a5eb1f9d39a4e7437dabf0cffe8 (patch) | |
tree | 3bc1cf17b91e00e3e079ca5be098b22e261c1565 /www | |
parent | f90bf3c39e96e3cc4dcc2c385f13effdb0119894 (diff) | |
download | pkgsrc-dc7199f015005a5eb1f9d39a4e7437dabf0cffe8.tar.gz |
Add comment on why DIST_SUBDIR is needed the way it is.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 4a76b0d53c2..dffe921dd61 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/04/03 06:58:39 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/04/03 12:12:58 wiz Exp $ DISTNAME= opera-5.0b7 CATEGORIES= www @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 LICENSE= opera-license +# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common DIST_SUBDIR= . EXTRACT_ONLY= # empty NO_BUILD= YES |