aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-03-09 12:56:00 +0800
committertaoka <taoka@FreeBSD.org>2001-03-09 12:56:00 +0800
commit2a9e0c9563d0853f12d44ee8ca00d4451be0323c (patch)
treef27f26c491e644aed8b2402ddb654507b3e635ba
parentbbff63aa2310ee738f9bd39b1b8a8a431b5d04f9 (diff)
downloadfreebsd-ports-gnome-2a9e0c9563d0853f12d44ee8ca00d4451be0323c.tar.gz
freebsd-ports-gnome-2a9e0c9563d0853f12d44ee8ca00d4451be0323c.tar.zst
freebsd-ports-gnome-2a9e0c9563d0853f12d44ee8ca00d4451be0323c.zip
Use USE_LINUX_PREFIX=yes instead of PREFIX=/compat/linux
Suggested by: FUJISHIMA Satsuki <sf@FreeBSD.org>
-rw-r--r--japanese/pips800/Makefile10
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