diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-11 20:50:42 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-11 20:50:42 +0000 |
commit | 7943682225008f8c0d59300b07af91e934c27ca4 (patch) | |
tree | 3c0bf053a7f0d743c5dd719c528795349256dc29 /www/netscape7/Makefile.Linux.i386 | |
parent | 7f8b6b5fcdf0bd0336fdebb1a24f99c7a94145c3 (diff) | |
download | pkgsrc-7943682225008f8c0d59300b07af91e934c27ca4.tar.gz |
Create the PLIST dynamically, instead of using pre-determined ones.
This allows the the user to choose 'custom' as an installation method
as well as 'complete' or 'recommended'. This obsoletes the NS_INST
variable and reduces likeliness of errors due to not properly set PKG_LANG.
Some more re-organizing wrt Linux-emul root etc: the installer behaves
differently according to who runs 'make'. (Try to) clean up parts of
the emul root if it was used, too.
These changes should help address some of the issues pointed out in
PR pkg/18606 and PR pkg/18615.
Diffstat (limited to 'www/netscape7/Makefile.Linux.i386')
-rw-r--r-- | www/netscape7/Makefile.Linux.i386 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/netscape7/Makefile.Linux.i386 b/www/netscape7/Makefile.Linux.i386 index e12da1757c2..d0e7ced4e41 100644 --- a/www/netscape7/Makefile.Linux.i386 +++ b/www/netscape7/Makefile.Linux.i386 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.Linux.i386,v 1.5 2002/10/02 01:09:06 jschauma Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.6 2002/10/11 20:50:42 jschauma Exp $ # DIST_DIR_NAME= linux22 DEPENDS+= gtk+>=1.2.10:../../x11/gtk -PLIST_SRC+= ${PKGDIR}/PLIST.linux +INSTDIR= ${WRKSRC}/dest +FIND_ARG= -depth post-extract: ${MKDIR} ${WRKSRC}/dest |