summaryrefslogtreecommitdiff
path: root/mk/emulator/emulator.mk
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-23 17:39:47 +0000
committerjlam <jlam>2007-08-23 17:39:47 +0000
commit179a20a1e99a6e9206629a0155103d2ff3d0bd6c (patch)
treedba7909ef570fcaefbe55807df5a55b8c9dcd990 /mk/emulator/emulator.mk
parentb36d3cf4b874be73818a641c8055f21b2a7811cd (diff)
downloadpkgsrc-179a20a1e99a6e9206629a0155103d2ff3d0bd6c.tar.gz
Use .PARSEDIR where it can be used to avoid hardcoding the path to the
emulator module.
Diffstat (limited to 'mk/emulator/emulator.mk')
-rw-r--r--mk/emulator/emulator.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emulator/emulator.mk b/mk/emulator/emulator.mk
index 257c487a5ba..6dd1a707217 100644
--- a/mk/emulator/emulator.mk
+++ b/mk/emulator/emulator.mk
@@ -1,4 +1,4 @@
-# $NetBSD: emulator.mk,v 1.6 2007/08/23 17:31:46 jlam Exp $
+# $NetBSD: emulator.mk,v 1.7 2007/08/23 17:39:47 jlam Exp $
#
# This file is included by bsd.pkg.mk.
#
@@ -136,7 +136,7 @@ _EMUL_PKG_FMTS+= rpm
EMUL_PKG_FMT?= plain
-.include "${PKGSRCDIR}/mk/emulator/pkg-${EMUL_PKG_FMT}.mk"
+.include "${.PARSEDIR}/pkg-${EMUL_PKG_FMT}.mk"
.PHONY: emul-fetch
emul-fetch: