diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-09 04:56:00 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-09 04:56:00 +0000 |
| commit | 945a70e7c7e337be68ea46ba36483406d2fcc2e7 (patch) | |
| tree | adb35d1914d234e2eb1e38da6e67b21c672d5177 /japanese | |
| parent | ab81d2e6626ce69fd19d740088d7d5b9ea70db32 (diff) | |
Use USE_LINUX_PREFIX=yes instead of PREFIX=/compat/linux
Suggested by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Diffstat (limited to 'japanese')
| -rw-r--r-- | japanese/pips800/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/pips800/Makefile b/japanese/pips800/Makefile index a25e96cf0eb9..fb4c97badb41 100644 --- a/japanese/pips800/Makefile +++ b/japanese/pips800/Makefile @@ -2,7 +2,7 @@ # Date created: 00/04/18 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # -# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.4 2001-02-06 13:21:56 olgeni Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.5 2001-03-09 04:56:00 taoka Exp $ # PORTNAME= pips${PRTYPE} @@ -13,9 +13,9 @@ DISTFILES= # empty MAINTAINER= taoka@FreeBSD.org -RUN_DEPENDS= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale +RUN_DEPENDS= ${PREFIX}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale -PREFIX= /compat/linux +USE_LINUX_PREFIX= yes NO_BUILD= yes USE_PERL5= yes ONLY_FOR_ARCHS= i386 @@ -27,9 +27,9 @@ DESCR= ${.CURDIR}/pkg-descr PRTYPE?= 800 .if (${PORTVERSION} == 1.3) -RUN_DEPENDS+= /compat/linux/usr/lib/libpm${PRTYPE}c.so:${PORTSDIR}/print/pips${PRTYPE} +RUN_DEPENDS+= ${PREFIX}/usr/lib/libpm${PRTYPE}c.so:${PORTSDIR}/print/pips${PRTYPE} .else -RUN_DEPENDS+= /compat/linux/usr/lib/libPrt${PRTYPE}.so:${PORTSDIR}/print/pips${PRTYPE} +RUN_DEPENDS+= ${PREFIX}/usr/lib/libPrt${PRTYPE}.so:${PORTSDIR}/print/pips${PRTYPE} .endif do-install: # empty |
