1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Use MASTERDIR instead of PKGDIR

If the former is used then a problem occures on bento.
  But on my box no problem dose.

Obtained from:	fenner's errorlogs
This commit is contained in:
Satoshi Taoka 2001-03-07 09:26:38 +00:00
parent 24254b292c
commit 37b447cf1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39174

View File

@ -32,11 +32,9 @@ RUN_DEPENDS+= /compat/linux/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
.if defined(INTERNATIONAL_PRODUCTS)
LIB_FILE= lib${PRTYPE:S/^-//}.so
LIB_README= share/doc/${BASE_NAME}/lib${PRTYPE:S/^-//}.readme
PLIST= ${PKGDIR}/pkg-plist.ip
PLIST= ${MASTERDIR}/pkg-plist.ip
RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale \
/compat/linux/usr/share/locale/ko/LC_COLLATE:${PORTSDIR}/korean/linux_locale
#PKGINSTALL= ${PKGDIR}/pkg-install.ip
#PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.ip
.else
LIB_FILE= libpm${PRTYPE}c.so
LIB_README= share/doc/${BASE_NAME}/libpm${PRTYPE}c.readme