aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-25 18:49:07 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-25 18:49:07 +0000
commit9634071ae2e4d2a16753149472f76f7bbc222d79 (patch)
treebc5154c92bbc973e82b693a536c637d4efeff4e3 /emulators
parent8b26ccec73c35dc41d703d28e0b36dee0b124023 (diff)
downloadports-9634071ae2e4d2a16753149472f76f7bbc222d79.tar.gz
ports-9634071ae2e4d2a16753149472f76f7bbc222d79.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_dist-gentoo-stage2/Makefile2
-rw-r--r--emulators/linux_dist-gentoo-stage3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_dist-gentoo-stage2/Makefile b/emulators/linux_dist-gentoo-stage2/Makefile
index 9c4c48103818..7b701d00d94f 100644
--- a/emulators/linux_dist-gentoo-stage2/Makefile
+++ b/emulators/linux_dist-gentoo-stage2/Makefile
@@ -26,7 +26,7 @@ GENTOO_OPTIMIZED?= x86
SUB_FILES+= pkg-message pkg-install pkg-deinstall
SUB_LIST+= PREFIX_SUBDIR="${PREFIX_SUBDIR}"
PLIST_SUB+= PREFIX_SUBDIR="${PREFIX_SUBDIR}"
-PLIST= pkg-plist.${GENTOO_OPTIMIZED}
+PLIST= ${PKGDIR}/pkg-plist.${GENTOO_OPTIMIZED}
PKGMESSAGE= ${WRKDIR}/pkg-message
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile
index 46b74a674ccb..ae90dfd3293c 100644
--- a/emulators/linux_dist-gentoo-stage3/Makefile
+++ b/emulators/linux_dist-gentoo-stage3/Makefile
@@ -26,7 +26,7 @@ GENTOO_OPTIMIZED?= x86
SUB_FILES+= pkg-message pkg-install pkg-deinstall
SUB_LIST+= PREFIX_SUBDIR="${PREFIX_SUBDIR}"
PLIST_SUB+= PREFIX_SUBDIR="${PREFIX_SUBDIR}"
-PLIST= pkg-plist.${GENTOO_OPTIMIZED}
+PLIST= ${PKGDIR}/pkg-plist.${GENTOO_OPTIMIZED}
PKGMESSAGE= ${WRKDIR}/pkg-message
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall