diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-02 01:50:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-02 01:50:56 +0000 |
commit | 2091439bacacb5df87095527a5d344d2fa3eecea (patch) | |
tree | 56e6f294a740bc51bfaa8edfcb5e3d0eeecb1ba8 | |
parent | 06562ff9c54f74d971e676ba1a9bbd2321054428 (diff) |
Use ${.CURDIR}/.. instead of ${PORTSDIR}/.
PR: 15817
Submitted by: maintainer
Seconded by: asami
Notes
Notes:
svn path=/head/; revision=24343
-rw-r--r-- | japanese/ptex-pkfonts118/Makefile | 5 | ||||
-rw-r--r-- | japanese/ptex-pkfonts240/Makefile | 5 | ||||
-rw-r--r-- | japanese/ptex-pkfonts300/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-pkfonts360/Makefile | 5 | ||||
-rw-r--r-- | japanese/ptex-pkfonts400/Makefile | 5 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> - -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 <bsd.port.pre.mk> - -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 <bsd.port.pre.mk> - NO_BUILD= yes PKGREQ= ${WRKDIR}/REQ @@ -54,4 +52,4 @@ do-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${WRKDIR}/REQ ${PKGNAME} INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -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 <bsd.port.pre.mk> - -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 <bsd.port.pre.mk> - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" |