From 7acef1cd7a4173168980125b140340c62b38c8d6 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 10:23:48 +0000 Subject: Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. --- print/acroread5-commfont/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/acroread5-commfont') diff --git a/print/acroread5-commfont/Makefile b/print/acroread5-commfont/Makefile index a70480585119..714f871c1782 100644 --- a/print/acroread5-commfont/Makefile +++ b/print/acroread5-commfont/Makefile @@ -42,9 +42,9 @@ RUN_DEPENDS= acroread4:${PORTSDIR}/print/acroread4 .else ###### For slave ports ############################## ## Use a local directory of the slave port!! -COMMENT= ${.CURDIR}/pkg/COMMENT -DESCR= ${.CURDIR}/pkg/DESCR -PLIST= ${.CURDIR}/pkg/PLIST +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files ## RUN_DEPENDS= ${PREFIX}/Acrobat4/Resource/CMap/H:${PORTSDIR}/print/acroread-commfont @@ -74,6 +74,6 @@ do-install: @${TAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat4/Resource post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3