diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape7/Makefile.NetBSD.i386 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape7/Makefile.NetBSD.i386 b/www/netscape7/Makefile.NetBSD.i386 index e3506193e51..02c28e4361d 100644 --- a/www/netscape7/Makefile.NetBSD.i386 +++ b/www/netscape7/Makefile.NetBSD.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.6 2002/10/14 14:22:50 jschauma Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.7 2002/10/14 15:00:21 jschauma Exp $ # DIST_DIR_NAME= linux22 @@ -19,8 +19,8 @@ post-extract: # try to keep emul root clean pre-clean: - if [ "${INSTDIR}" != "${WRKSRC}/dest" ] && [ -d ${INSTDIR} ]; then \ - cd ${INSTDIR}/../../ && ${RM} -fr *; \ + if [ -d ${PREFIX}/emul/linux${WRKDIR} ]; then \ + cd ${PREFIX}/emul/linux${WRKDIR}/.. && ${RM} -fr *; \ fi .include "../../emulators/suse_linux/Makefile.application" |