diff options
author | jschauma <jschauma> | 2002-10-14 14:22:50 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-14 14:22:50 +0000 |
commit | a8f8230dfd5c30981dcb52352a28d3bfba80c70e (patch) | |
tree | 510455ba8645403b3cf10e5e6a50c0cc703a555e /www/netscape7/Makefile.Linux.i386 | |
parent | c6db66a45795d529524b4c61cdee7d02ec43077c (diff) | |
download | pkgsrc-a8f8230dfd5c30981dcb52352a28d3bfba80c70e.tar.gz |
Linux' find wants the dir as the first argument, NetBSD find wants
'-d' first. Adjust FIND_ARG accordingly. Problem noted by Martti
Kupparinen.
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 d0e7ced4e41..a89fc12330b 100644 --- a/www/netscape7/Makefile.Linux.i386 +++ b/www/netscape7/Makefile.Linux.i386 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.Linux.i386,v 1.6 2002/10/11 20:50:42 jschauma Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.7 2002/10/14 14:22:50 jschauma Exp $ # DIST_DIR_NAME= linux22 DEPENDS+= gtk+>=1.2.10:../../x11/gtk INSTDIR= ${WRKSRC}/dest -FIND_ARG= -depth +FIND_ARG= . -depth post-extract: ${MKDIR} ${WRKSRC}/dest |