From 2091439bacacb5df87095527a5d344d2fa3eecea Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 2 Jan 2000 01:50:56 +0000 Subject: Use ${.CURDIR}/.. instead of ${PORTSDIR}/. PR: 15817 Submitted by: maintainer Seconded by: asami --- japanese/ptex-pkfonts118/Makefile | 5 +---- japanese/ptex-pkfonts240/Makefile | 5 +---- japanese/ptex-pkfonts300/Makefile | 4 +--- japanese/ptex-pkfonts360/Makefile | 5 +---- japanese/ptex-pkfonts400/Makefile | 5 +---- japanese/ptex-pkfonts600/Makefile | 5 +---- 6 files changed, 6 insertions(+), 23 deletions(-) diff --git a/japanese/ptex-pkfonts118/Makefile b/japanese/ptex-pkfonts118/Makefile index c1de857687df..df640400a036 100644 --- a/japanese/ptex-pkfonts118/Makefile +++ b/japanese/ptex-pkfonts118/Makefile @@ -7,9 +7,6 @@ # RESOLUTION= 118 - -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts240/Makefile b/japanese/ptex-pkfonts240/Makefile index e5f97aacafdb..e2014c0c42db 100644 --- a/japanese/ptex-pkfonts240/Makefile +++ b/japanese/ptex-pkfonts240/Makefile @@ -7,9 +7,6 @@ # RESOLUTION= 240 - -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts300/Makefile b/japanese/ptex-pkfonts300/Makefile index 2318a1b2b6ef..88b587e7a8be 100644 --- a/japanese/ptex-pkfonts300/Makefile +++ b/japanese/ptex-pkfonts300/Makefile @@ -15,8 +15,6 @@ MAINTAINER= inagaki@tg.rim.or.jp RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION} -.include - NO_BUILD= yes PKGREQ= ${WRKDIR}/REQ @@ -54,4 +52,4 @@ do-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${WRKDIR}/REQ ${PKGNAME} INSTALL -.include +.include diff --git a/japanese/ptex-pkfonts360/Makefile b/japanese/ptex-pkfonts360/Makefile index 411e86d3e239..a622071e9099 100644 --- a/japanese/ptex-pkfonts360/Makefile +++ b/japanese/ptex-pkfonts360/Makefile @@ -7,9 +7,6 @@ # RESOLUTION= 360 - -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts400/Makefile b/japanese/ptex-pkfonts400/Makefile index 6d8e63552444..ad38557c3190 100644 --- a/japanese/ptex-pkfonts400/Makefile +++ b/japanese/ptex-pkfonts400/Makefile @@ -7,9 +7,6 @@ # RESOLUTION= 400 - -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff --git a/japanese/ptex-pkfonts600/Makefile b/japanese/ptex-pkfonts600/Makefile index 10b33787e2c9..0a1b8073a302 100644 --- a/japanese/ptex-pkfonts600/Makefile +++ b/japanese/ptex-pkfonts600/Makefile @@ -7,9 +7,6 @@ # RESOLUTION= 600 - -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" -- cgit v1.2.3