diff options
author | steve <steve@FreeBSD.org> | 2000-01-02 09:50:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-02 09:50:56 +0800 |
commit | 7fbcbfd13a8f94b9059b1ea1c3e658a94f4a8882 (patch) | |
tree | 142d4f59dcb409e732deff9d844024a7845b4957 /japanese/ptex-pkfonts300 | |
parent | 9ce61c177f3f19d567f9629fc8f0177e088ff5b9 (diff) | |
download | freebsd-ports-gnome-7fbcbfd13a8f94b9059b1ea1c3e658a94f4a8882.tar.gz freebsd-ports-gnome-7fbcbfd13a8f94b9059b1ea1c3e658a94f4a8882.tar.zst freebsd-ports-gnome-7fbcbfd13a8f94b9059b1ea1c3e658a94f4a8882.zip |
Use ${.CURDIR}/.. instead of ${PORTSDIR}/.
PR: 15817
Submitted by: maintainer
Seconded by: asami
Diffstat (limited to 'japanese/ptex-pkfonts300')
-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> |