diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 7acef1cd7a4173168980125b140340c62b38c8d6 (patch) | |
tree | 8e913f3c1574a206914a5852d584d77c40e8b447 /print/acroread5-commfont | |
parent | 99ebbc27f8ee31dc95b87b630c22c993a1639de8 (diff) | |
download | ports-7acef1cd7a4173168980125b140340c62b38c8d6.tar.gz ports-7acef1cd7a4173168980125b140340c62b38c8d6.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.
Notes
Notes:
svn path=/head/; revision=33576
Diffstat (limited to 'print/acroread5-commfont')
-rw-r--r-- | print/acroread5-commfont/Makefile | 8 |
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> |