diff options
author | taoka <taoka@FreeBSD.org> | 2001-03-07 09:26:38 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-03-07 09:26:38 +0000 |
commit | 13f94594f20a08ee790a11ec80c8793773e74ab0 (patch) | |
tree | 9d81aed7ca04af5b193bc2e20d5460a99dd3ad85 /print | |
parent | 954812e6e9d651cde3d831e52ead5088a01dfddc (diff) | |
download | FreeBSD-ports-13f94594f20a08ee790a11ec80c8793773e74ab0.zip FreeBSD-ports-13f94594f20a08ee790a11ec80c8793773e74ab0.tar.gz |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 45d6dd3..b01b320 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -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 |