summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-10-14 15:00:21 +0000
committerjschauma <jschauma>2002-10-14 15:00:21 +0000
commit108bdbabd9bc45345d036721c34012066782e922 (patch)
tree405e2d6e0fb08cb17a26f9c2fff5898805b9192a /www
parent8abd2eff0562321bcd037543e108f9d545a44aa1 (diff)
downloadpkgsrc-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.i3866
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"