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 /textproc | |
parent | 99ebbc27f8ee31dc95b87b630c22c993a1639de8 (diff) | |
download | freebsd-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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 2 | ||||
-rw-r--r-- | textproc/cocoon/Makefile | 2 | ||||
-rw-r--r-- | textproc/mgdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/sgmlformat/Makefile | 2 | ||||
-rw-r--r-- | textproc/tth/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 021cb9875d30..02b1b1583db1 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -148,7 +148,7 @@ post-install: install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir - @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ diff --git a/textproc/cocoon/Makefile b/textproc/cocoon/Makefile index 4e631a6235a8..01739a0029f0 100644 --- a/textproc/cocoon/Makefile +++ b/textproc/cocoon/Makefile @@ -64,6 +64,6 @@ do-install: .endif post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 000b0fcd19d4..22e195c346ae 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -21,6 +21,6 @@ MAN1= mgdiff.1 post-install: @${MKDIR} ${PREFIX}/lib/X11/mgdiff @${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index bf1019d1cf18..c2eb52c32a03 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -34,6 +34,6 @@ MAN5= transpec.5 MANCOMPRESSED= yes post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index e4f60ca05563..f7690986b996 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -38,6 +38,6 @@ do-install: .if !defined(NOPORTDOCS) ${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |