aboutsummaryrefslogtreecommitdiffstats
path: root/print/acroread5-commfont
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
committerasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
commit380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch)
treed8d06834191fc67caaf8749fb3c9963013b7d611 /print/acroread5-commfont
parentd742677c18dda5fd6194bb940adb18babef26617 (diff)
downloadfreebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.zst
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip
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.
Diffstat (limited to 'print/acroread5-commfont')
-rw-r--r--print/acroread5-commfont/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.post.mk>