diff options
author | jschauma <jschauma> | 2002-10-14 15:00:21 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-14 15:00:21 +0000 |
commit | 108bdbabd9bc45345d036721c34012066782e922 (patch) | |
tree | 405e2d6e0fb08cb17a26f9c2fff5898805b9192a /www | |
parent | 8abd2eff0562321bcd037543e108f9d545a44aa1 (diff) | |
download | pkgsrc-108bdbabd9bc45345d036721c34012066782e922.tar.gz |
clean up some more of the cruft left in emul-root
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" |