diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-25 18:49:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-25 18:49:07 +0000 |
commit | 9634071ae2e4d2a16753149472f76f7bbc222d79 (patch) | |
tree | bc5154c92bbc973e82b693a536c637d4efeff4e3 /emulators | |
parent | 8b26ccec73c35dc41d703d28e0b36dee0b124023 (diff) | |
download | ports-9634071ae2e4d2a16753149472f76f7bbc222d79.tar.gz ports-9634071ae2e4d2a16753149472f76f7bbc222d79.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_dist-gentoo-stage2/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage3/Makefile | 2 |
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 |