diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-09-29 22:58:43 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-09-29 22:58:43 +0000 |
commit | 2b0e93d8e81cf24bdb3ac33cb4fb31f8087b8cee (patch) | |
tree | b7dee1734205522b2f54fca919ca736465695434 /www/netscape7/Makefile.Linux.i386 | |
parent | d3f653b1a9452acac9e97c68604e4b4a0db0df4a (diff) | |
download | pkgsrc-2b0e93d8e81cf24bdb3ac33cb4fb31f8087b8cee.tar.gz |
- Allow the user to choose the language version of this package by setting
a variable (PKG_LANG), adding and modifying PLISTs and distinfo's as necessary.
- Do not use the installer as the distfile, but the "real" distfile.
This increases the initial download time, but allows for building without
a network connection. As suggested by grant in PR pkg/18461
- Only try to pax over files from the linux-emul root if they were
created in there. This should address PR pkg/18461 by grant.
Bump PKGREVISION.
Diffstat (limited to 'www/netscape7/Makefile.Linux.i386')
-rw-r--r-- | www/netscape7/Makefile.Linux.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape7/Makefile.Linux.i386 b/www/netscape7/Makefile.Linux.i386 index ca8bbabb669..98f1d1b808f 100644 --- a/www/netscape7/Makefile.Linux.i386 +++ b/www/netscape7/Makefile.Linux.i386 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.Linux.i386,v 1.2 2002/09/20 13:54:53 jschauma Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.3 2002/09/29 22:58:43 jschauma Exp $ # DIST_DIR_NAME= linux22 DEPENDS+= gtk+>=1.2.10:../../x11/gtk -PLIST_SRC= PLIST PLIST.linux +PLIST_SRC+= ${FILESDIR}/PLIST.linux post-extract: ${MKDIR} ${WRKSRC}/dest |