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 /japanese/ptex-pkfonts300/Makefile | |
parent | Work around division by zero coredumps (diff) |
Use ${.CURDIR}/.. instead of ${PORTSDIR}/.
PR: 15817
Submitted by: maintainer
Seconded by: asami
Diffstat (limited to 'japanese/ptex-pkfonts300/Makefile')
-rw-r--r-- | japanese/ptex-pkfonts300/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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> |