PLIST should be a full path as it otherwise will not be found if

.CURDIR is not the ports dir, e.g. in slave ports, so prefix with PKGDIR

Approved by:	gabor (maintainer)
This commit is contained in:
Erwin Lansing 2006-06-25 18:49:07 +00:00
parent 8b26ccec73
commit 9634071ae2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166324
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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