diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-14 14:22:50 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-14 14:22:50 +0000 |
commit | db34f0b75d35bdde60d73d18acf3009e73fce2a4 (patch) | |
tree | 510455ba8645403b3cf10e5e6a50c0cc703a555e /www/netscape7/Makefile.NetBSD.i386 | |
parent | b1702f40037ebd1c341cd52bcf21aa712fc916b0 (diff) | |
download | pkgsrc-db34f0b75d35bdde60d73d18acf3009e73fce2a4.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.NetBSD.i386')
-rw-r--r-- | www/netscape7/Makefile.NetBSD.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape7/Makefile.NetBSD.i386 b/www/netscape7/Makefile.NetBSD.i386 index e53c6ed0993..e3506193e51 100644 --- a/www/netscape7/Makefile.NetBSD.i386 +++ b/www/netscape7/Makefile.NetBSD.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.5 2002/10/11 20:50:42 jschauma Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.6 2002/10/14 14:22:50 jschauma Exp $ # DIST_DIR_NAME= linux22 @@ -8,7 +8,7 @@ DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS} -FIND_ARG= -d +FIND_ARG= -d . # installing over emulation files doesn't work (huh?), so clean out any # existing files first |