From 18cdb904eb7b6f1f006489b30201a431ea2617f1 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 29 Jun 2001 03:44:44 +0000 Subject: Use ${PREFIX} instead of ${LOCALBASE} to specify the dependencies. It just doesn't make sense to use ${LOCALBASE}, as if ${PREFIX} is altered to other than ${LOCALBASE}, ptex-common (the dependency) is likely to be installed in the same alternate location. --- japanese/ptex-euc/Makefile | 4 ++-- japanese/ptex-jis/Makefile | 4 ++-- japanese/ptex-sjis/Makefile | 4 ++-- japanese/ptex/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 823010592e9..42a0e38a29d 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/Makefile @@ -19,8 +19,8 @@ MAINTAINER= max@FreeBSD.org PATCH_SITES= ${MASTER_SITES} PATCHFILES= ptex2.1.10-11.patch -BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common -RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile index 35fc2c48acf..5e5f094fec5 100644 --- a/japanese/ptex-jis/Makefile +++ b/japanese/ptex-jis/Makefile @@ -19,8 +19,8 @@ MAINTAINER= max@FreeBSD.org PATCH_SITES= ${MASTER_SITES} PATCHFILES= ptex2.1.10-11.patch -BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common -RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index 73530d3f2af..6b880ea69ec 100644 --- a/japanese/ptex-sjis/Makefile +++ b/japanese/ptex-sjis/Makefile @@ -19,8 +19,8 @@ MAINTAINER= max@FreeBSD.org PATCH_SITES= ${MASTER_SITES} PATCHFILES= ptex2.1.10-11.patch -BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common -RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 823010592e9..42a0e38a29d 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -19,8 +19,8 @@ MAINTAINER= max@FreeBSD.org PATCH_SITES= ${MASTER_SITES} PATCHFILES= ptex2.1.10-11.patch -BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common -RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common +RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes -- cgit